#806BEC

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

Shades of Medium Slate Blue #806BEC

Tints of Medium Slate Blue #806BEC

Color information

#806BEC (or 0x806BEC) is unknown color: approx Medium Slate Blue. HEX triplet: 80, 6B and EC. RGB value is (128,107,236). Sum of RGB (Red+Green+Blue) = 128+107+236=471 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.18% from 471); Green value is 107 (42.19% from 255 or 22.72% from 471); Blue value is 236 (92.58% from 255 or 50.11% from 471); Max value from RGB is 236 - color contains mainly: blue. Hex color #806BEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #806BEC is #7F9413. Grayscale: #7F7F7F. Windows color (decimal): -8360980 or 15494016. OLE color: 15494016.

HSL color Cylindrical-coordinate representation of color #806BEC: hue angle of 249.77º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #806BEC is Cyan = 0.46, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB128107236-
CMYK0.460.5500.07
HSL249.77º77.25%67.25%-
HSV(B)249.77º54.66%92.55%-
XYZ29.321.1681.9-
YUV127.98188.96128.01-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.18%
GREEN value IS 107 (42.19% from 255) = 22.72%
BLUE value IS 236 (92.58% from 255) = 50.11%
R=27.18%
G=22.72%
B=50.11%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1281072360.460.5500.07249.7777.2567.25
Hex806BEC2E3707fa4d43
Octal200153354566707372115103
Binary1000000011010111110110010111011011101111111101010011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806BEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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