#806DF8

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

Shades of Light Slate Blue #806DF8

Tints of Light Slate Blue #806DF8

Color information

#806DF8 (or 0x806DF8) is unknown color: approx Light Slate Blue. HEX triplet: 80, 6D and F8. RGB value is (128,109,248). Sum of RGB (Red+Green+Blue) = 128+109+248=485 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.39% from 485); Green value is 109 (42.97% from 255 or 22.47% from 485); Blue value is 248 (97.27% from 255 or 51.13% from 485); Max value from RGB is 248 - color contains mainly: blue. Hex color #806DF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #806DF8 is #7F9207. Grayscale: #818181. Windows color (decimal): -8360456 or 16280960. OLE color: 16280960.

HSL color Cylindrical-coordinate representation of color #806DF8: hue angle of 248.2º degrees, saturation: 0.91, 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 #806DF8 is Cyan = 0.48, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB128109248-
CMYK0.480.5600.03
HSL248.2º90.85%70%-
HSV(B)248.2º56.05%97.25%-
XYZ31.3122.391.46-
YUV130.53194.29126.2-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.39%
GREEN value IS 109 (42.97% from 255) = 22.47%
BLUE value IS 248 (97.27% from 255) = 51.13%
R=26.39%
G=22.47%
B=51.13%

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
Decimal1281092480.480.5600.03248.290.8570
Hex806DF8303803f85b46
Octal200155370607003370133106
Binary100000001101101111110001100001110000111111100010110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806DF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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