#8065E8

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

Shades of Medium Slate Blue #8065E8

Tints of Medium Slate Blue #8065E8

Color information

#8065E8 (or 0x8065E8) is unknown color: approx Medium Slate Blue. HEX triplet: 80, 65 and E8. RGB value is (128,101,232). Sum of RGB (Red+Green+Blue) = 128+101+232=461 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.77% from 461); Green value is 101 (39.84% from 255 or 21.91% from 461); Blue value is 232 (91.02% from 255 or 50.33% from 461); Max value from RGB is 232 - color contains mainly: blue. Hex color #8065E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8065E8 is #7F9A17. Grayscale: #7B7B7B. Windows color (decimal): -8362520 or 15230336. OLE color: 15230336.

HSL color Cylindrical-coordinate representation of color #8065E8: hue angle of 252.37º degrees, saturation: 0.74, 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 #8065E8 is Cyan = 0.45, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB128101232-
CMYK0.450.5600.09
HSL252.37º74.01%65.29%-
HSV(B)252.37º56.47%90.98%-
XYZ28.1219.7278.67-
YUV124.01188.95130.85-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.77%
GREEN value IS 101 (39.84% from 255) = 21.91%
BLUE value IS 232 (91.02% from 255) = 50.33%
R=27.77%
G=21.91%
B=50.33%

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
Decimal1281012320.450.5600.09252.3774.0165.29
Hex8065E82D3809fc4a41
Octal2001453505570011374112101
Binary10000000110010111101000101101111000010011111110010010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8065E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8065E8; }

 p { color: rgb(128,101,232); }

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

<style>
 a { background-color: #8065E8; }

 a { background-color: rgb(128,101,232); }

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

<style>
 span { border-color: #8065E8; }

 span { border-color: rgb(128,101,232); }

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