#815FF3

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

Shades of Medium Slate Blue #815FF3

Tints of Medium Slate Blue #815FF3

Color information

#815FF3 (or 0x815FF3) is unknown color: approx Medium Slate Blue. HEX triplet: 81, 5F and F3. RGB value is (129,95,243). Sum of RGB (Red+Green+Blue) = 129+95+243=467 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.62% from 467); Green value is 95 (37.5% from 255 or 20.34% from 467); Blue value is 243 (95.31% from 255 or 52.03% from 467); Max value from RGB is 243 - color contains mainly: blue. Hex color #815FF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #815FF3 is #7EA00C. Grayscale: #797979. Windows color (decimal): -8298509 or 15949697. OLE color: 15949697.

HSL color Cylindrical-coordinate representation of color #815FF3: hue angle of 253.78º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #815FF3 is Cyan = 0.47, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB12995243-
CMYK0.470.6100.05
HSL253.78º86.05%66.27%-
HSV(B)253.78º60.91%95.29%-
XYZ29.3219.3286.98-
YUV122.04196.26132.97-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.62%
GREEN value IS 95 (37.5% from 255) = 20.34%
BLUE value IS 243 (95.31% from 255) = 52.03%
R=27.62%
G=20.34%
B=52.03%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal129952430.470.6100.05253.7886.0566.27
Hex815FF32F3D05fe5642
Octal201137363577505376126102
Binary1000000110111111111001110111111110101011111111010101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815FF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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