#8066E7

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

Shades of Medium Slate Blue #8066E7

Tints of Medium Slate Blue #8066E7

Color information

#8066E7 (or 0x8066E7) is unknown color: approx Medium Slate Blue. HEX triplet: 80, 66 and E7. RGB value is (128,102,231). Sum of RGB (Red+Green+Blue) = 128+102+231=461 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.77% from 461); Green value is 102 (40.23% from 255 or 22.13% from 461); Blue value is 231 (90.62% from 255 or 50.11% from 461); Max value from RGB is 231 - color contains mainly: blue. Hex color #8066E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8066E7 is #7F9918. Grayscale: #7B7B7B. Windows color (decimal): -8362265 or 15165056. OLE color: 15165056.

HSL color Cylindrical-coordinate representation of color #8066E7: hue angle of 252.09º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8066E7 is Cyan = 0.45, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB128102231-
CMYK0.450.5600.09
HSL252.09º72.88%65.29%-
HSV(B)252.09º55.84%90.59%-
XYZ28.0819.8677.96-
YUV124.48188.11130.51-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.77%
GREEN value IS 102 (40.23% from 255) = 22.13%
BLUE value IS 231 (90.62% from 255) = 50.11%
R=27.77%
G=22.13%
B=50.11%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1281022310.450.5600.09252.0972.8865.29
Hex8066E72D3809fc4941
Octal2001463475570011374111101
Binary10000000110011011100111101101111000010011111110010010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8066E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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