#815BD2

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

Shades of Slate Blue #815BD2

Tints of Slate Blue #815BD2

Color information

#815BD2 (or 0x815BD2) is unknown color: approx Slate Blue. HEX triplet: 81, 5B and D2. RGB value is (129,91,210). Sum of RGB (Red+Green+Blue) = 129+91+210=430 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30% from 430); Green value is 91 (35.94% from 255 or 21.16% from 430); Blue value is 210 (82.42% from 255 or 48.84% from 430); Max value from RGB is 210 - color contains mainly: blue. Hex color #815BD2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #815BD2 is #7EA42D. Grayscale: #737373. Windows color (decimal): -8299566 or 13785985. OLE color: 13785985.

HSL color Cylindrical-coordinate representation of color #815BD2: hue angle of 259.16º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #815BD2 is Cyan = 0.39, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB12991210-
CMYK0.390.5700.18
HSL259.16º56.94%59.02%-
HSV(B)259.16º56.67%82.35%-
XYZ24.4316.862.93-
YUV115.93181.09137.32-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30%
GREEN value IS 91 (35.94% from 255) = 21.16%
BLUE value IS 210 (82.42% from 255) = 48.84%
R=30%
G=21.16%
B=48.84%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal129912100.390.5700.18259.1656.9459.02
Hex815BD22739012103393b
Octal20113332247710224037173
Binary10000001101101111010010100111111001010010100000011111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815BD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,91,210); }

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

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

 a { background-color: rgb(129,91,210); }

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

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

 span { border-color: rgb(129,91,210); }

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