#806AFD

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

Shades of Light Slate Blue #806AFD

Tints of Light Slate Blue #806AFD

Color information

#806AFD (or 0x806AFD) is unknown color: approx Light Slate Blue. HEX triplet: 80, 6A and FD. RGB value is (128,106,253). Sum of RGB (Red+Green+Blue) = 128+106+253=487 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.28% from 487); Green value is 106 (41.80% from 255 or 21.77% from 487); Blue value is 253 (99.22% from 255 or 51.95% from 487); Max value from RGB is 253 - color contains mainly: blue. Hex color #806AFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #806AFD is #7F9502. Grayscale: #808080. Windows color (decimal): -8361219 or 16607872. OLE color: 16607872.

HSL color Cylindrical-coordinate representation of color #806AFD: hue angle of 248.98º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #806AFD is Cyan = 0.49, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB128106253-
CMYK0.490.5800.01
HSL248.98º97.35%70.39%-
HSV(B)248.98º58.1%99.22%-
XYZ31.7921.9995.5-
YUV129.34197.79127.05-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.28%
GREEN value IS 106 (41.80% from 255) = 21.77%
BLUE value IS 253 (99.22% from 255) = 51.95%
R=26.28%
G=21.77%
B=51.95%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1281062530.490.5800.01248.9897.3570.39
Hex806AFD313A01f96146
Octal200152375617201371141106
Binary10000000110101011111101110001111010011111100111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,106,253); }

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

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

 a { background-color: rgb(128,106,253); }

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

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

 span { border-color: rgb(128,106,253); }

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