#816AFE

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

Shades of Light Slate Blue #816AFE

Tints of Light Slate Blue #816AFE

Color information

#816AFE (or 0x816AFE) is unknown color: approx Light Slate Blue. HEX triplet: 81, 6A and FE. RGB value is (129,106,254). Sum of RGB (Red+Green+Blue) = 129+106+254=489 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.38% from 489); Green value is 106 (41.80% from 255 or 21.68% from 489); Blue value is 254 (99.61% from 255 or 51.94% from 489); Max value from RGB is 254 - color contains mainly: blue. Hex color #816AFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #816AFE is #7E9501. Grayscale: #818181. Windows color (decimal): -8295682 or 16673409. OLE color: 16673409.

HSL color Cylindrical-coordinate representation of color #816AFE: hue angle of 249.32º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #816AFE is Cyan = 0.49, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB129106254-
CMYK0.490.5800.00
HSL249.32º98.67%70.59%-
HSV(B)249.32º58.27%99.61%-
XYZ32.122.1396.35-
YUV129.75198.12127.47-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.38%
GREEN value IS 106 (41.80% from 255) = 21.68%
BLUE value IS 254 (99.61% from 255) = 51.94%
R=26.38%
G=21.68%
B=51.94%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1291062540.490.5800.00249.3298.6770.59
Hex816AFE313A00f96347
Octal201152376617200371143107
Binary10000001110101011111110110001111010001111100111000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816AFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,106,254); }

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

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

 a { background-color: rgb(129,106,254); }

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

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

 span { border-color: rgb(129,106,254); }

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