#815CEF

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

Shades of Medium Slate Blue #815CEF

Tints of Medium Slate Blue #815CEF

Color information

#815CEF (or 0x815CEF) is unknown color: approx Medium Slate Blue. HEX triplet: 81, 5C and EF. RGB value is (129,92,239). Sum of RGB (Red+Green+Blue) = 129+92+239=460 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.04% from 460); Green value is 92 (36.33% from 255 or 20% from 460); Blue value is 239 (93.75% from 255 or 51.96% from 460); Max value from RGB is 239 - color contains mainly: blue. Hex color #815CEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #815CEF is #7EA310. Grayscale: #777777. Windows color (decimal): -8299281 or 15686785. OLE color: 15686785.

HSL color Cylindrical-coordinate representation of color #815CEF: hue angle of 255.1º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #815CEF is Cyan = 0.46, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB12992239-
CMYK0.460.6200.06
HSL255.1º82.12%64.9%-
HSV(B)255.1º61.51%93.73%-
XYZ28.4618.5583.74-
YUV119.82195.26134.55-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 28.04%
GREEN value IS 92 (36.33% from 255) = 20%
BLUE value IS 239 (93.75% from 255) = 51.96%
R=28.04%
G=20%
B=51.96%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal129922390.460.6200.06255.182.1264.9
Hex815CEF2E3E06ff5241
Octal201134357567606377122101
Binary1000000110111001110111110111011111001101111111110100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815CEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,92,239); }

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

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

 a { background-color: rgb(129,92,239); }

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

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

 span { border-color: rgb(129,92,239); }

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