Html Css Color HEX #8575E9 Medium Slate Blue

📋 copy color: '#8575E9'

red 133 ◦ green 117 ◦ blue 233

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

Shades of Medium Slate Blue #8575E9

Tints of Medium Slate Blue #8575E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 48.24%

R = 27.54%
G = 24.22%
B = 48.24%

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

#8575E9 (or 0x8575E9) is known color: Medium Slate Blue. HEX triplet: 85, 75 and E9. RGB value is (133,117,233). Sum of RGB (Red+Green+Blue) = 133+117+233=483 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.54% from 483); Green value is 117 (46.09% from 255 or 24.22% from 483); Blue value is 233 (91.41% from 255 or 48.24% from 483); Max value from RGB is 233 - color contains mainly: blue. Hex color #8575E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8575E9 is #7A8A16. Grayscale: #868686. Windows color (decimal): -8030743 or 15299973. OLE color: 15299973.

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

Color convert

RGB 133 117 233 -
CMYK 0.43 0.50 0 0.09
HSL 248.28º 0.73% 0.69% -
HSV(B) 248.28º 0.5% 0.91% -
XYZ 30.74 23.59 80.02 -
YUV 135.01 183.3 126.57 -
System Red Green Blue C M Y K H S L
Decimal 133 117 233 0.43 0.50 0 0.09 248.28 0.73 0.69
Hex 85 75 E9 2B 32 0 9 F8 48 45
Octal 205 165 351 53 62 0 11 370 110 105
Binary 10000101 1110101 11101001 101011 110010 0 1001 11111000 1001000 1000101

Color Harmonies of #8575E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8575E9

Black with #8575E9

Text Example


Text Example

White with #8575E9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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