#816AF8

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

Shades of Light Slate Blue #816AF8

Tints of Light Slate Blue #816AF8

Color information

#816AF8 (or 0x816AF8) is unknown color: approx Light Slate Blue. HEX triplet: 81, 6A and F8. RGB value is (129,106,248). Sum of RGB (Red+Green+Blue) = 129+106+248=483 (63% of max value = 765). Red value is 129 (50.78% from 255 or 26.71% from 483); Green value is 106 (41.80% from 255 or 21.95% from 483); Blue value is 248 (97.27% from 255 or 51.35% from 483); Max value from RGB is 248 - color contains mainly: blue. Hex color #816AF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #816AF8 is #7E9507. Grayscale: #808080. Windows color (decimal): -8295688 or 16280193. OLE color: 16280193.

HSL color Cylindrical-coordinate representation of color #816AF8: hue angle of 249.72º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #816AF8 is Cyan = 0.48, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB129106248-
CMYK0.480.5700.03
HSL249.72º91.03%69.41%-
HSV(B)249.72º57.26%97.25%-
XYZ31.1521.7591.36-
YUV129.06195.12127.95-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.71%
GREEN value IS 106 (41.80% from 255) = 21.95%
BLUE value IS 248 (97.27% from 255) = 51.35%
R=26.71%
G=21.95%
B=51.35%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1291062480.480.5700.03249.7291.0369.41
Hex816AF8303903fa5b45
Octal201152370607103372133105
Binary100000011101010111110001100001110010111111101010110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816AF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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