#806BFC

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

Shades of Light Slate Blue #806BFC

Tints of Light Slate Blue #806BFC

Color information

#806BFC (or 0x806BFC) is unknown color: approx Light Slate Blue. HEX triplet: 80, 6B and FC. RGB value is (128,107,252). Sum of RGB (Red+Green+Blue) = 128+107+252=487 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.28% from 487); Green value is 107 (42.19% from 255 or 21.97% from 487); Blue value is 252 (98.83% from 255 or 51.75% from 487); Max value from RGB is 252 - color contains mainly: blue. Hex color #806BFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #806BFC is #7F9403. Grayscale: #818181. Windows color (decimal): -8360964 or 16542592. OLE color: 16542592.

HSL color Cylindrical-coordinate representation of color #806BFC: hue angle of 248.69º degrees, saturation: 0.96, 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 #806BFC is Cyan = 0.49, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB128107252-
CMYK0.490.5800.01
HSL248.69º96.03%70.39%-
HSV(B)248.69º57.54%98.82%-
XYZ31.7322.1394.7-
YUV129.81196.96126.71-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.28%
GREEN value IS 107 (42.19% from 255) = 21.97%
BLUE value IS 252 (98.83% from 255) = 51.75%
R=26.28%
G=21.97%
B=51.75%

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
Decimal1281072520.490.5800.01248.6996.0370.39
Hex806BFC313A01f96046
Octal200153374617201371140106
Binary10000000110101111111100110001111010011111100111000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806BFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,107,252); }

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

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

 a { background-color: rgb(128,107,252); }

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

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

 span { border-color: rgb(128,107,252); }

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