#806BE0

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

Shades of Medium Slate Blue #806BE0

Tints of Medium Slate Blue #806BE0

Color information

#806BE0 (or 0x806BE0) is unknown color: approx Medium Slate Blue. HEX triplet: 80, 6B and E0. RGB value is (128,107,224). Sum of RGB (Red+Green+Blue) = 128+107+224=459 (60% of max value = 765). Red value is 128 (50.39% from 255 or 27.89% from 459); Green value is 107 (42.19% from 255 or 23.31% from 459); Blue value is 224 (87.89% from 255 or 48.80% from 459); Max value from RGB is 224 - color contains mainly: blue. Hex color #806BE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #806BE0 is #7F941F. Grayscale: #7E7E7E. Windows color (decimal): -8360992 or 14707584. OLE color: 14707584.

HSL color Cylindrical-coordinate representation of color #806BE0: hue angle of 250.77º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #806BE0 is Cyan = 0.43, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB128107224-
CMYK0.430.5200.12
HSL250.77º65.36%64.9%-
HSV(B)250.77º52.23%87.84%-
XYZ27.6120.4973.02-
YUV126.62182.96128.99-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.89%
GREEN value IS 107 (42.19% from 255) = 23.31%
BLUE value IS 224 (87.89% from 255) = 48.80%
R=27.89%
G=23.31%
B=48.80%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1281072240.430.5200.12250.7765.3664.9
Hex806BE02B340Cfb4141
Octal2001533405364014373101101
Binary10000000110101111100000101011110100011001111101110000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806BE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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