#815FFA

Color #815FFA Medium Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Slate Blue #815FFA

Tints of Medium Slate Blue #815FFA

Color information

#815FFA (or 0x815FFA) is unknown color: approx Medium Slate Blue. HEX triplet: 81, 5F and FA. RGB value is (129,95,250). Sum of RGB (Red+Green+Blue) = 129+95+250=474 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.22% from 474); Green value is 95 (37.5% from 255 or 20.04% from 474); Blue value is 250 (98.05% from 255 or 52.74% from 474); Max value from RGB is 250 - color contains mainly: blue. Hex color #815FFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #815FFA is #7EA005. Grayscale: #7A7A7A. Windows color (decimal): -8298502 or 16408449. OLE color: 16408449.

HSL color Cylindrical-coordinate representation of color #815FFA: hue angle of 253.16º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #815FFA is Cyan = 0.48, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB12995250-
CMYK0.480.6200.02
HSL253.16º93.94%67.65%-
HSV(B)253.16º62%98.04%-
XYZ30.419.7592.65-
YUV122.84199.76132.4-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 129 (50.78% from 255) = 27.22%
GREEN value IS 95 (37.5% from 255) = 20.04%
BLUE value IS 250 (98.05% from 255) = 52.74%
R=27.22%
G=20.04%
B=52.74%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal129952500.480.6200.02253.1693.9467.65
Hex815FFA303E02fd5e44
Octal201137372607602375136104
Binary100000011011111111110101100001111100101111110110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815FFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815FFA; }

 p { color: rgb(129,95,250); }

 H1.HeaderClassName
 {
   color: #815FFA;
 }
 .AnyTagClassName
 {
   color: #815FFA;
 }
</style>
background-color css

<style>
 a { background-color: #815FFA; }

 a { background-color: rgb(129,95,250); }

 div.DivClassName
 {
   background-color: #815FFA;
 }
 .BgClassName
 {
   background-color: #815FFA;
 }
</style>
border-color css

<style>
 span { border-color: #815FFA; }

 span { border-color: rgb(129,95,250); }

 td.TdClassName
 {
   border-color: #815FFA;
 }
 .TagClassName
 {
   border-color: #815FFA;
 }
</style>