Html Css Color HEX #8575E0 Medium Slate Blue

📋 copy color: '#8575E0'

red 133 ◦ green 117 ◦ blue 224

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

Shades of Medium Slate Blue #8575E0

Tints of Medium Slate Blue #8575E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 47.26%

R = 28.06%
G = 24.68%
B = 47.26%

CMYK

 C value IS 0.41

 M value IS 0.48

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#8575E0 (or 0x8575E0) is known color: Medium Slate Blue. HEX triplet: 85, 75 and E0. RGB value is (133,117,224). Sum of RGB (Red+Green+Blue) = 133+117+224=474 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.06% from 474); Green value is 117 (46.09% from 255 or 24.68% from 474); Blue value is 224 (87.89% from 255 or 47.26% from 474); Max value from RGB is 224 - color contains mainly: blue. Hex color #8575E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8575E0 is #7A8A1F. Grayscale: #858585. Windows color (decimal): -8030752 or 14710149. OLE color: 14710149.

HSL color Cylindrical-coordinate representation of color #8575E0: hue angle of 248.97º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8575E0 is Cyan = 0.41, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 133 117 224 -
CMYK 0.41 0.48 0 0.12
HSL 248.97º 0.63% 0.67% -
HSV(B) 248.97º 0.48% 0.88% -
XYZ 29.49 23.09 73.42 -
YUV 133.98 178.8 127.3 -
System Red Green Blue C M Y K H S L
Decimal 133 117 224 0.41 0.48 0 0.12 248.97 0.63 0.67
Hex 85 75 E0 29 30 0 C F9 3F 43
Octal 205 165 340 51 60 0 14 371 77 103
Binary 10000101 1110101 11100000 101001 110000 0 1100 11111001 111111 1000011

Color Harmonies of #8575E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8575E0

Black with #8575E0

Text Example


Text Example

White with #8575E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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