Html Css Color HEX #8975EC Medium Slate Blue

📋 copy color: '#8975EC'

red 137 ◦ green 117 ◦ blue 236

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

Shades of Medium Slate Blue #8975EC

Tints of Medium Slate Blue #8975EC

RGB

 RED value IS 137 (53.91% from 255) = 27.96%

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

 BLUE value IS 236 (92.58% from 255) = 48.16%

R = 27.96%
G = 23.88%
B = 48.16%

CMYK

 C value IS 0.42

 M value IS 0.50

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8975EC (or 0x8975EC) is known color: Medium Slate Blue. HEX triplet: 89, 75 and EC. RGB value is (137,117,236). Sum of RGB (Red+Green+Blue) = 137+117+236=490 (64% of max value = 765). Red value is 137 (53.91% from 255 or 27.96% from 490); Green value is 117 (46.09% from 255 or 23.88% from 490); Blue value is 236 (92.58% from 255 or 48.16% from 490); Max value from RGB is 236 - color contains mainly: blue. Hex color #8975EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8975EC is #768A13. Grayscale: #888888. Windows color (decimal): -7768596 or 15496585. OLE color: 15496585.

HSL color Cylindrical-coordinate representation of color #8975EC: hue angle of 250.08º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8975EC is Cyan = 0.42, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 137 117 236 -
CMYK 0.42 0.50 0 0.07
HSL 250.08º 0.76% 0.69% -
HSV(B) 250.08º 0.5% 0.93% -
XYZ 31.82 24.1 82.33 -
YUV 136.55 184.13 128.32 -
System Red Green Blue C M Y K H S L
Decimal 137 117 236 0.42 0.50 0 0.07 250.08 0.76 0.69
Hex 89 75 EC 2A 32 0 7 FA 4C 45
Octal 211 165 354 52 62 0 7 372 114 105
Binary 10001001 1110101 11101100 101010 110010 0 111 11111010 1001100 1000101

Color Harmonies of #8975EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8975EC

Black with #8975EC

Text Example


Text Example

White with #8975EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8975EC; }

 p { color: rgb(137,117,236); }

 H1.HeaderClassName
 {
   color: #8975EC;
 }
 .AnyTagClassName
 {
   color: #8975EC;
 }
</style>

background-color css

<style>
 a { background-color: #8975EC; }

 a { background-color: rgb(137,117,236); }

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

border-color css

<style>
 span { border-color: #8975EC; }

 span { border-color: rgb(137,117,236); }

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