#8077ED

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

Shades of Medium Slate Blue #8077ED

Tints of Medium Slate Blue #8077ED

Color information

#8077ED (or 0x8077ED) is unknown color: approx Medium Slate Blue. HEX triplet: 80, 77 and ED. RGB value is (128,119,237). Sum of RGB (Red+Green+Blue) = 128+119+237=484 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.45% from 484); Green value is 119 (46.88% from 255 or 24.59% from 484); Blue value is 237 (92.97% from 255 or 48.97% from 484); Max value from RGB is 237 - color contains mainly: blue. Hex color #8077ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8077ED is #7F8812. Grayscale: #868686. Windows color (decimal): -8357907 or 15562624. OLE color: 15562624.

HSL color Cylindrical-coordinate representation of color #8077ED: hue angle of 244.58º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8077ED is Cyan = 0.46, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB128119237-
CMYK0.460.5000.07
HSL244.58º76.62%69.8%-
HSV(B)244.58º49.79%92.94%-
XYZ30.7823.983.11-
YUV135.14185.48122.91-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.45%
GREEN value IS 119 (46.88% from 255) = 24.59%
BLUE value IS 237 (92.97% from 255) = 48.97%
R=26.45%
G=24.59%
B=48.97%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1281192370.460.5000.07244.5876.6269.8
Hex8077ED2E3207f54d46
Octal200167355566207365115106
Binary1000000011101111110110110111011001001111111010110011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8077ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8077ED; }

 p { color: rgb(128,119,237); }

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

<style>
 a { background-color: #8077ED; }

 a { background-color: rgb(128,119,237); }

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

<style>
 span { border-color: #8077ED; }

 span { border-color: rgb(128,119,237); }

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