#8572e8

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

Shades of Medium Slate Blue #8572E8

Tints of Medium Slate Blue #8572E8

Color information

#8572E8 (or 0x8572E8) is unknown color: approx Medium Slate Blue. HEX triplet: 85, 72 and E8. RGB value is (133,114,232). Sum of RGB (Red+Green+Blue) = 133+114+232=479 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.77% from 479); Green value is 114 (44.92% from 255 or 23.80% from 479); Blue value is 232 (91.02% from 255 or 48.43% from 479); Max value from RGB is 232 - color contains mainly: blue. Hex color #8572E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8572E8 is #7A8D17. Grayscale: #848484. Windows color (decimal): -8031512 or 15233669. OLE color: 15233669.

HSL color Cylindrical-coordinate representation of color #8572E8: hue angle of 249.66º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8572E8 is Cyan = 0.43, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB133114232-
CMYK0.430.5100.09
HSL249.66º71.95%67.84%-
HSV(B)249.66º50.86%90.98%-
XYZ30.2622.8579.16-
YUV133.13183.79127.91-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.77%
GREEN value IS 114 (44.92% from 255) = 23.80%
BLUE value IS 232 (91.02% from 255) = 48.43%
R=27.77%
G=23.80%
B=48.43%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1331142320.430.5100.09249.6671.9567.84
Hex8572E82B3309fa4844
Octal2051623505363011372110104
Binary10000101111001011101000101011110011010011111101010010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8572e8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8572e8; }

 p { color: rgb(133,114,232); }

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

<style>
 a { background-color: #8572e8; }

 a { background-color: rgb(133,114,232); }

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

<style>
 span { border-color: #8572e8; }

 span { border-color: rgb(133,114,232); }

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