#8760E8

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

Shades of Medium Slate Blue #8760E8

Tints of Medium Slate Blue #8760E8

Color information

#8760E8 (or 0x8760E8) is unknown color: approx Medium Slate Blue. HEX triplet: 87, 60 and E8. RGB value is (135,96,232). Sum of RGB (Red+Green+Blue) = 135+96+232=463 (61% of max value = 765). Red value is 135 (53.12% from 255 or 29.16% from 463); Green value is 96 (37.89% from 255 or 20.73% from 463); Blue value is 232 (91.02% from 255 or 50.11% from 463); Max value from RGB is 232 - color contains mainly: blue. Hex color #8760E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8760E8 is #789F17. Grayscale: #7A7A7A. Windows color (decimal): -7905048 or 15229063. OLE color: 15229063.

HSL color Cylindrical-coordinate representation of color #8760E8: hue angle of 257.21º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8760E8 is Cyan = 0.42, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB13596232-
CMYK0.420.5900.09
HSL257.21º74.73%64.31%-
HSV(B)257.21º58.62%90.98%-
XYZ28.7419.3478.56-
YUV123.16189.42136.44-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 29.16%
GREEN value IS 96 (37.89% from 255) = 20.73%
BLUE value IS 232 (91.02% from 255) = 50.11%
R=29.16%
G=20.73%
B=50.11%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal135962320.420.5900.09257.2174.7364.31
Hex8760E82A3B091014b40
Octal2071403505273011401113100
Binary100001111100000111010001010101110110100110000000110010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8760E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,96,232); }

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

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

 a { background-color: rgb(135,96,232); }

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

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

 span { border-color: rgb(135,96,232); }

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