#816EFF

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

Shades of Light Slate Blue #816EFF

Tints of Light Slate Blue #816EFF

Color information

#816EFF (or 0x816EFF) is unknown color: approx Light Slate Blue. HEX triplet: 81, 6E and FF. RGB value is (129,110,255). Sum of RGB (Red+Green+Blue) = 129+110+255=494 (65% of max value = 765). Red value is 129 (50.78% from 255 or 26.11% from 494); Green value is 110 (43.36% from 255 or 22.27% from 494); Blue value is 255 (100% from 255 or 51.62% from 494); Max value from RGB is 255 - color contains mainly: blue. Hex color #816EFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #816EFF is #7E9100. Grayscale: #838383. Windows color (decimal): -8294657 or 16739969. OLE color: 16739969.

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

Color convert

RGB129110255-
CMYK0.490.5700
HSL247.86º100%71.57%-
HSV(B)247.86º56.86%100%-
XYZ32.6823.0497.33-
YUV132.21197.29125.71-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.11%
GREEN value IS 110 (43.36% from 255) = 22.27%
BLUE value IS 255 (100% from 255) = 51.62%
R=26.11%
G=22.27%
B=51.62%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1291102550.490.5700247.8610071.57
Hex816EFF313900f86448
Octal201156377617100370144110
Binary10000001110111011111111110001111001001111100011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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