#806DFD

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

Shades of Light Slate Blue #806DFD

Tints of Light Slate Blue #806DFD

Color information

#806DFD (or 0x806DFD) is unknown color: approx Light Slate Blue. HEX triplet: 80, 6D and FD. RGB value is (128,109,253). Sum of RGB (Red+Green+Blue) = 128+109+253=490 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.12% from 490); Green value is 109 (42.97% from 255 or 22.24% from 490); Blue value is 253 (99.22% from 255 or 51.63% from 490); Max value from RGB is 253 - color contains mainly: blue. Hex color #806DFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #806DFD is #7F9202. Grayscale: #828282. Windows color (decimal): -8360451 or 16608640. OLE color: 16608640.

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

Color convert

RGB128109253-
CMYK0.490.5700.01
HSL247.92º97.3%70.98%-
HSV(B)247.92º56.92%99.22%-
XYZ32.122.6295.6-
YUV131.1196.79125.79-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.12%
GREEN value IS 109 (42.97% from 255) = 22.24%
BLUE value IS 253 (99.22% from 255) = 51.63%
R=26.12%
G=22.24%
B=51.63%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1281092530.490.5700.01247.9297.370.98
Hex806DFD313901f86147
Octal200155375617101370141107
Binary10000000110110111111101110001111001011111100011000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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