Html Css Color HEX #8575EF Medium Slate Blue

📋 copy color: '#8575EF'

red 133 ◦ green 117 ◦ blue 239

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

Shades of Medium Slate Blue #8575EF

Tints of Medium Slate Blue #8575EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 48.88%

R = 27.2%
G = 23.93%
B = 48.88%

CMYK

 C value IS 0.44

 M value IS 0.51

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8575EF (or 0x8575EF) is known color: Medium Slate Blue. HEX triplet: 85, 75 and EF. RGB value is (133,117,239). Sum of RGB (Red+Green+Blue) = 133+117+239=489 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.20% from 489); Green value is 117 (46.09% from 255 or 23.93% from 489); Blue value is 239 (93.75% from 255 or 48.88% from 489); Max value from RGB is 239 - color contains mainly: blue. Hex color #8575EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8575EF is #7A8A10. Grayscale: #878787. Windows color (decimal): -8030737 or 15693189. OLE color: 15693189.

HSL color Cylindrical-coordinate representation of color #8575EF: hue angle of 247.87º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8575EF is Cyan = 0.44, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 133 117 239 -
CMYK 0.44 0.51 0 0.06
HSL 247.87º 0.79% 0.7% -
HSV(B) 247.87º 0.51% 0.94% -
XYZ 31.61 23.94 84.62 -
YUV 135.69 186.3 126.08 -
System Red Green Blue C M Y K H S L
Decimal 133 117 239 0.44 0.51 0 0.06 247.87 0.79 0.7
Hex 85 75 EF 2C 33 0 6 F8 4F 46
Octal 205 165 357 54 63 0 6 370 117 106
Binary 10000101 1110101 11101111 101100 110011 0 110 11111000 1001111 1000110

Color Harmonies of #8575EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8575EF

Black with #8575EF

Text Example


Text Example

White with #8575EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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