Html Css Color HEX #8575EB Medium Slate Blue

📋 copy color: '#8575EB'

red 133 ◦ green 117 ◦ blue 235

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

Shades of Medium Slate Blue #8575EB

Tints of Medium Slate Blue #8575EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 48.45%

R = 27.42%
G = 24.12%
B = 48.45%

CMYK

 C value IS 0.43

 M value IS 0.50

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8575EB (or 0x8575EB) is known color: Medium Slate Blue. HEX triplet: 85, 75 and EB. RGB value is (133,117,235). Sum of RGB (Red+Green+Blue) = 133+117+235=485 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.42% from 485); Green value is 117 (46.09% from 255 or 24.12% from 485); Blue value is 235 (92.19% from 255 or 48.45% from 485); Max value from RGB is 235 - color contains mainly: blue. Hex color #8575EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8575EB is #7A8A14. Grayscale: #868686. Windows color (decimal): -8030741 or 15431045. OLE color: 15431045.

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

Color convert

RGB 133 117 235 -
CMYK 0.43 0.50 0 0.08
HSL 248.14º 0.75% 0.69% -
HSV(B) 248.14º 0.5% 0.92% -
XYZ 31.03 23.71 81.54 -
YUV 135.24 184.3 126.41 -
System Red Green Blue C M Y K H S L
Decimal 133 117 235 0.43 0.50 0 0.08 248.14 0.75 0.69
Hex 85 75 EB 2B 32 0 8 F8 4B 45
Octal 205 165 353 53 62 0 10 370 113 105
Binary 10000101 1110101 11101011 101011 110010 0 1000 11111000 1001011 1000101

Color Harmonies of #8575EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8575EB

Black with #8575EB

Text Example


Text Example

White with #8575EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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