#815FEA

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

Shades of Medium Slate Blue #815FEA

Tints of Medium Slate Blue #815FEA

Color information

#815FEA (or 0x815FEA) is unknown color: approx Medium Slate Blue. HEX triplet: 81, 5F and EA. RGB value is (129,95,234). Sum of RGB (Red+Green+Blue) = 129+95+234=458 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.17% from 458); Green value is 95 (37.5% from 255 or 20.74% from 458); Blue value is 234 (91.80% from 255 or 51.09% from 458); Max value from RGB is 234 - color contains mainly: blue. Hex color #815FEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #815FEA is #7EA015. Grayscale: #787878. Windows color (decimal): -8298518 or 15359873. OLE color: 15359873.

HSL color Cylindrical-coordinate representation of color #815FEA: hue angle of 254.68º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #815FEA is Cyan = 0.45, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB12995234-
CMYK0.450.5900.08
HSL254.68º76.8%64.51%-
HSV(B)254.68º59.4%91.76%-
XYZ2818.7979.99-
YUV121.01191.76133.7-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 28.17%
GREEN value IS 95 (37.5% from 255) = 20.74%
BLUE value IS 234 (91.80% from 255) = 51.09%
R=28.17%
G=20.74%
B=51.09%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal129952340.450.5900.08254.6876.864.51
Hex815FEA2D3B08ff4d41
Octal2011373525573010377115101
Binary10000001101111111101010101101111011010001111111110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815FEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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