#806EFA

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

Shades of Light Slate Blue #806EFA

Tints of Light Slate Blue #806EFA

Color information

#806EFA (or 0x806EFA) is unknown color: approx Light Slate Blue. HEX triplet: 80, 6E and FA. RGB value is (128,110,250). Sum of RGB (Red+Green+Blue) = 128+110+250=488 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.23% from 488); Green value is 110 (43.36% from 255 or 22.54% from 488); Blue value is 250 (98.05% from 255 or 51.23% from 488); Max value from RGB is 250 - color contains mainly: blue. Hex color #806EFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #806EFA is #7F9105. Grayscale: #828282. Windows color (decimal): -8360198 or 16412288. OLE color: 16412288.

HSL color Cylindrical-coordinate representation of color #806EFA: hue angle of 247.71º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #806EFA is Cyan = 0.49, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB128110250-
CMYK0.490.5600.02
HSL247.71º93.33%70.59%-
HSV(B)247.71º56%98.04%-
XYZ31.7322.6493.14-
YUV131.34194.96125.62-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.23%
GREEN value IS 110 (43.36% from 255) = 22.54%
BLUE value IS 250 (98.05% from 255) = 51.23%
R=26.23%
G=22.54%
B=51.23%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1281102500.490.5600.02247.7193.3370.59
Hex806EFA313802f85d47
Octal200156372617002370135107
Binary100000001101110111110101100011110000101111100010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806EFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,110,250); }

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

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

 a { background-color: rgb(128,110,250); }

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

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

 span { border-color: rgb(128,110,250); }

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