#816DF6

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

Shades of Light Slate Blue #816DF6

Tints of Light Slate Blue #816DF6

Color information

#816DF6 (or 0x816DF6) is unknown color: approx Light Slate Blue. HEX triplet: 81, 6D and F6. RGB value is (129,109,246). Sum of RGB (Red+Green+Blue) = 129+109+246=484 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.65% from 484); Green value is 109 (42.97% from 255 or 22.52% from 484); Blue value is 246 (96.48% from 255 or 50.83% from 484); Max value from RGB is 246 - color contains mainly: blue. Hex color #816DF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #816DF6 is #7E9209. Grayscale: #828282. Windows color (decimal): -8294922 or 16149889. OLE color: 16149889.

HSL color Cylindrical-coordinate representation of color #816DF6: hue angle of 248.76º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #816DF6 is Cyan = 0.48, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB129109246-
CMYK0.480.5600.04
HSL248.76º88.39%69.61%-
HSV(B)248.76º55.69%96.47%-
XYZ31.1622.2689.84-
YUV130.6193.13126.86-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.65%
GREEN value IS 109 (42.97% from 255) = 22.52%
BLUE value IS 246 (96.48% from 255) = 50.83%
R=26.65%
G=22.52%
B=50.83%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1291092460.480.5600.04248.7688.3969.61
Hex816DF6303804f95846
Octal201155366607004371130106
Binary1000000111011011111011011000011100001001111100110110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816DF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816DF6; }

 p { color: rgb(129,109,246); }

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

<style>
 a { background-color: #816DF6; }

 a { background-color: rgb(129,109,246); }

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

<style>
 span { border-color: #816DF6; }

 span { border-color: rgb(129,109,246); }

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