#806EFF

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

Shades of Light Slate Blue #806EFF

Tints of Light Slate Blue #806EFF

Color information

#806EFF (or 0x806EFF) is unknown color: approx Light Slate Blue. HEX triplet: 80, 6E and FF. RGB value is (128,110,255). Sum of RGB (Red+Green+Blue) = 128+110+255=493 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.96% from 493); Green value is 110 (43.36% from 255 or 22.31% from 493); Blue value is 255 (100% from 255 or 51.72% from 493); Max value from RGB is 255 - color contains mainly: blue. Hex color #806EFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #806EFF is #7F9100. Grayscale: #838383. Windows color (decimal): -8360193 or 16739968. OLE color: 16739968.

HSL color Cylindrical-coordinate representation of color #806EFF: hue angle of 247.45º 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 #806EFF is Cyan = 0.50, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB128110255-
CMYK0.500.5700
HSL247.45º100%71.57%-
HSV(B)247.45º56.86%100%-
XYZ32.5322.9697.33-
YUV131.91197.46125.21-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 25.96%
GREEN value IS 110 (43.36% from 255) = 22.31%
BLUE value IS 255 (100% from 255) = 51.72%
R=25.96%
G=22.31%
B=51.72%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1281102550.500.5700247.4510071.57
Hex806EFF323900f76448
Octal200156377627100367144110
Binary10000000110111011111111110010111001001111011111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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