#806CFF

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

Shades of Light Slate Blue #806CFF

Tints of Light Slate Blue #806CFF

Color information

#806CFF (or 0x806CFF) is unknown color: approx Light Slate Blue. HEX triplet: 80, 6C and FF. RGB value is (128,108,255). Sum of RGB (Red+Green+Blue) = 128+108+255=491 (65% of max value = 765). Red value is 128 (50.39% from 255 or 26.07% from 491); Green value is 108 (42.58% from 255 or 22.00% from 491); Blue value is 255 (100% from 255 or 51.93% from 491); Max value from RGB is 255 - color contains mainly: blue. Hex color #806CFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #806CFF is #7F9300. Grayscale: #828282. Windows color (decimal): -8360705 or 16739456. OLE color: 16739456.

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

Color convert

RGB128108255-
CMYK0.500.5800
HSL248.16º100%71.18%-
HSV(B)248.16º57.65%100%-
XYZ32.3122.5397.25-
YUV130.74198.13126.05-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.07%
GREEN value IS 108 (42.58% from 255) = 22.00%
BLUE value IS 255 (100% from 255) = 51.93%
R=26.07%
G=22.00%
B=51.93%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1281082550.500.5800248.1610071.18
Hex806CFF323A00f86447
Octal200154377627200370144107
Binary10000000110110011111111110010111010001111100011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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