#8066ED

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

Shades of Medium Slate Blue #8066ED

Tints of Medium Slate Blue #8066ED

Color information

#8066ED (or 0x8066ED) is unknown color: approx Medium Slate Blue. HEX triplet: 80, 66 and ED. RGB value is (128,102,237). Sum of RGB (Red+Green+Blue) = 128+102+237=467 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.41% from 467); Green value is 102 (40.23% from 255 or 21.84% from 467); Blue value is 237 (92.97% from 255 or 50.75% from 467); Max value from RGB is 237 - color contains mainly: blue. Hex color #8066ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8066ED is #7F9912. Grayscale: #7C7C7C. Windows color (decimal): -8362259 or 15558272. OLE color: 15558272.

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

Color convert

RGB128102237-
CMYK0.460.5700.07
HSL251.56º78.95%66.47%-
HSV(B)251.56º56.96%92.94%-
XYZ28.9420.2182.5-
YUV125.16191.11130.02-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.41%
GREEN value IS 102 (40.23% from 255) = 21.84%
BLUE value IS 237 (92.97% from 255) = 50.75%
R=27.41%
G=21.84%
B=50.75%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1281022370.460.5700.07251.5678.9566.47
Hex8066ED2E3907fc4f42
Octal200146355567107374117102
Binary1000000011001101110110110111011100101111111110010011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8066ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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