#8060E2

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

Shades of Medium Slate Blue #8060E2

Tints of Medium Slate Blue #8060E2

Color information

#8060E2 (or 0x8060E2) is unknown color: approx Medium Slate Blue. HEX triplet: 80, 60 and E2. RGB value is (128,96,226). Sum of RGB (Red+Green+Blue) = 128+96+226=450 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.44% from 450); Green value is 96 (37.89% from 255 or 21.33% from 450); Blue value is 226 (88.67% from 255 or 50.22% from 450); Max value from RGB is 226 - color contains mainly: blue. Hex color #8060E2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8060E2 is #7F9F1D. Grayscale: #777777. Windows color (decimal): -8363806 or 14835840. OLE color: 14835840.

HSL color Cylindrical-coordinate representation of color #8060E2: hue angle of 254.77º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8060E2 is Cyan = 0.43, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB12896226-
CMYK0.430.5800.11
HSL254.77º69.15%63.14%-
HSV(B)254.77º57.52%88.63%-
XYZ26.8118.4574.1-
YUV120.39187.6133.43-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.44%
GREEN value IS 96 (37.89% from 255) = 21.33%
BLUE value IS 226 (88.67% from 255) = 50.22%
R=28.44%
G=21.33%
B=50.22%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal128962260.430.5800.11254.7769.1563.14
Hex8060E22B3A0Bff453f
Octal200140342537201337710577
Binary1000000011000001110001010101111101001011111111111000101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8060E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8060E2; }

 p { color: rgb(128,96,226); }

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

<style>
 a { background-color: #8060E2; }

 a { background-color: rgb(128,96,226); }

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

<style>
 span { border-color: #8060E2; }

 span { border-color: rgb(128,96,226); }

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