#805BEC

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

Shades of Medium Slate Blue #805BEC

Tints of Medium Slate Blue #805BEC

Color information

#805BEC (or 0x805BEC) is unknown color: approx Medium Slate Blue. HEX triplet: 80, 5B and EC. RGB value is (128,91,236). Sum of RGB (Red+Green+Blue) = 128+91+236=455 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.13% from 455); Green value is 91 (35.94% from 255 or 20% from 455); Blue value is 236 (92.58% from 255 or 51.87% from 455); Max value from RGB is 236 - color contains mainly: blue. Hex color #805BEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #805BEC is #7FA413. Grayscale: #767676. Windows color (decimal): -8365076 or 15489920. OLE color: 15489920.

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

Color convert

RGB12891236-
CMYK0.460.6100.07
HSL255.31º79.23%64.12%-
HSV(B)255.31º61.44%92.55%-
XYZ27.7818.1381.39-
YUV118.59194.26134.71-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.13%
GREEN value IS 91 (35.94% from 255) = 20%
BLUE value IS 236 (92.58% from 255) = 51.87%
R=28.13%
G=20%
B=51.87%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal128912360.460.6100.07255.3179.2364.12
Hex805BEC2E3D07ff4f40
Octal200133354567507377117100
Binary1000000010110111110110010111011110101111111111110011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805BEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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