Html Css Color HEX #8575EE Medium Slate Blue

📋 copy color: '#8575EE'

red 133 ◦ green 117 ◦ blue 238

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

Shades of Medium Slate Blue #8575EE

Tints of Medium Slate Blue #8575EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 48.77%

R = 27.25%
G = 23.98%
B = 48.77%

CMYK

 C value IS 0.44

 M value IS 0.51

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8575EE (or 0x8575EE) is known color: Medium Slate Blue. HEX triplet: 85, 75 and EE. RGB value is (133,117,238). Sum of RGB (Red+Green+Blue) = 133+117+238=488 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.25% from 488); Green value is 117 (46.09% from 255 or 23.98% from 488); Blue value is 238 (93.36% from 255 or 48.77% from 488); Max value from RGB is 238 - color contains mainly: blue. Hex color #8575EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8575EE is #7A8A11. Grayscale: #878787. Windows color (decimal): -8030738 or 15627653. OLE color: 15627653.

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

Color convert

RGB 133 117 238 -
CMYK 0.44 0.51 0 0.07
HSL 247.93º 0.78% 0.7% -
HSV(B) 247.93º 0.51% 0.93% -
XYZ 31.47 23.88 83.84 -
YUV 135.58 185.8 126.16 -
System Red Green Blue C M Y K H S L
Decimal 133 117 238 0.44 0.51 0 0.07 247.93 0.78 0.7
Hex 85 75 EE 2C 33 0 7 F8 4E 46
Octal 205 165 356 54 63 0 7 370 116 106
Binary 10000101 1110101 11101110 101100 110011 0 111 11111000 1001110 1000110

Color Harmonies of #8575EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8575EE

Black with #8575EE

Text Example


Text Example

White with #8575EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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