Html Css Color HEX #8575E8 Medium Slate Blue

📋 copy color: '#8575E8'

red 133 ◦ green 117 ◦ blue 232

#8575E8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Slate Blue #8575E8

Tints of Medium Slate Blue #8575E8

RGB

 RED value IS 133 (52.34% from 255) = 27.59%

 GREEN value IS 117 (46.09% from 255) = 24.27%

 BLUE value IS 232 (91.02% from 255) = 48.13%

R = 27.59%
G = 24.27%
B = 48.13%

CMYK

 C value IS 0.43

 M value IS 0.50

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#8575E8 (or 0x8575E8) is known color: Medium Slate Blue. HEX triplet: 85, 75 and E8. RGB value is (133,117,232). Sum of RGB (Red+Green+Blue) = 133+117+232=482 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.59% from 482); Green value is 117 (46.09% from 255 or 24.27% from 482); Blue value is 232 (91.02% from 255 or 48.13% from 482); Max value from RGB is 232 - color contains mainly: blue. Hex color #8575E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8575E8 is #7A8A17. Grayscale: #868686. Windows color (decimal): -8030744 or 15234437. OLE color: 15234437.

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

Color convert

RGB 133 117 232 -
CMYK 0.43 0.50 0 0.09
HSL 248.35º 0.71% 0.68% -
HSV(B) 248.35º 0.5% 0.91% -
XYZ 30.6 23.54 79.27 -
YUV 134.89 182.8 126.65 -
System Red Green Blue C M Y K H S L
Decimal 133 117 232 0.43 0.50 0 0.09 248.35 0.71 0.68
Hex 85 75 E8 2B 32 0 9 F8 47 44
Octal 205 165 350 53 62 0 11 370 107 104
Binary 10000101 1110101 11101000 101011 110010 0 1001 11111000 1000111 1000100

Color Harmonies of #8575E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8575E8

Black with #8575E8

Text Example


Text Example

White with #8575E8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8575E8;
 }
 .AnyTagClassName
 {
   color: #8575E8;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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