#806DF7

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

Shades of Light Slate Blue #806DF7

Tints of Light Slate Blue #806DF7

Color information

#806DF7 (or 0x806DF7) is unknown color: approx Light Slate Blue. HEX triplet: 80, 6D and F7. RGB value is (128,109,247). Sum of RGB (Red+Green+Blue) = 128+109+247=484 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.45% from 484); Green value is 109 (42.97% from 255 or 22.52% from 484); Blue value is 247 (96.88% from 255 or 51.03% from 484); Max value from RGB is 247 - color contains mainly: blue. Hex color #806DF7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #806DF7 is #7F9208. Grayscale: #818181. Windows color (decimal): -8360457 or 16215424. OLE color: 16215424.

HSL color Cylindrical-coordinate representation of color #806DF7: hue angle of 248.26º degrees, saturation: 0.9, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #806DF7 is Cyan = 0.48, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB128109247-
CMYK0.480.5600.03
HSL248.26º89.61%69.8%-
HSV(B)248.26º55.87%96.86%-
XYZ31.1622.2490.65-
YUV130.41193.79126.28-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.45%
GREEN value IS 109 (42.97% from 255) = 22.52%
BLUE value IS 247 (96.88% from 255) = 51.03%
R=26.45%
G=22.52%
B=51.03%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1281092470.480.5600.03248.2689.6169.8
Hex806DF7303803f85a46
Octal200155367607003370132106
Binary100000001101101111101111100001110000111111100010110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806DF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,109,247); }

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

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

 a { background-color: rgb(128,109,247); }

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

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

 span { border-color: rgb(128,109,247); }

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