#806BEB

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

Shades of Medium Slate Blue #806BEB

Tints of Medium Slate Blue #806BEB

Color information

#806BEB (or 0x806BEB) is unknown color: approx Medium Slate Blue. HEX triplet: 80, 6B and EB. RGB value is (128,107,235). Sum of RGB (Red+Green+Blue) = 128+107+235=470 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.23% from 470); Green value is 107 (42.19% from 255 or 22.77% from 470); Blue value is 235 (92.19% from 255 or 50% from 470); Max value from RGB is 235 - color contains mainly: blue. Hex color #806BEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #806BEB is #7F9414. Grayscale: #7F7F7F. Windows color (decimal): -8360981 or 15428480. OLE color: 15428480.

HSL color Cylindrical-coordinate representation of color #806BEB: hue angle of 249.84º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #806BEB is Cyan = 0.46, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB128107235-
CMYK0.460.5400.08
HSL249.84º76.19%67.06%-
HSV(B)249.84º54.47%92.16%-
XYZ29.1621.181.13-
YUV127.87188.46128.09-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.23%
GREEN value IS 107 (42.19% from 255) = 22.77%
BLUE value IS 235 (92.19% from 255) = 50%
R=27.23%
G=22.77%
B=50%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1281072350.460.5400.08249.8476.1967.06
Hex806BEB2E3608fa4c43
Octal2001533535666010372114103
Binary10000000110101111101011101110110110010001111101010011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806BEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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