#815CFF

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

Shades of Light Slate Blue #815CFF

Tints of Light Slate Blue #815CFF

Color information

#815CFF (or 0x815CFF) is unknown color: approx Light Slate Blue. HEX triplet: 81, 5C and FF. RGB value is (129,92,255). Sum of RGB (Red+Green+Blue) = 129+92+255=476 (63% of max value = 765). Red value is 129 (50.78% from 255 or 27.10% from 476); Green value is 92 (36.33% from 255 or 19.33% from 476); Blue value is 255 (100% from 255 or 53.57% from 476); Max value from RGB is 255 - color contains mainly: blue. Hex color #815CFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #815CFF is #7EA300. Grayscale: #797979. Windows color (decimal): -8299265 or 16735361. OLE color: 16735361.

HSL color Cylindrical-coordinate representation of color #815CFF: hue angle of 253.62º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #815CFF is Cyan = 0.49, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB12992255-
CMYK0.490.6400
HSL253.62º100%68.04%-
HSV(B)253.62º63.92%100%-
XYZ30.9319.5496.75-
YUV121.64203.26133.25-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.10%
GREEN value IS 92 (36.33% from 255) = 19.33%
BLUE value IS 255 (100% from 255) = 53.57%
R=27.10%
G=19.33%
B=53.57%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal129922550.490.6400253.6210068.04
Hex815CFF314000fe6444
Octal2011343776110000376144104
Binary100000011011100111111111100011000000001111111011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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