Html Css Color HEX #8972EE Medium Slate Blue

📋 copy color: '#8972EE'

red 137 ◦ green 114 ◦ blue 238

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

Shades of Medium Slate Blue #8972EE

Tints of Medium Slate Blue #8972EE

RGB

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

 GREEN value IS 114 (44.92% from 255) = 23.31%

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

R = 28.02%
G = 23.31%
B = 48.67%

CMYK

 C value IS 0.42

 M value IS 0.52

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8972EE (or 0x8972EE) is known color: Medium Slate Blue. HEX triplet: 89, 72 and EE. RGB value is (137,114,238). Sum of RGB (Red+Green+Blue) = 137+114+238=489 (64% of max value = 765). Red value is 137 (53.91% from 255 or 28.02% from 489); Green value is 114 (44.92% from 255 or 23.31% from 489); Blue value is 238 (93.36% from 255 or 48.67% from 489); Max value from RGB is 238 - color contains mainly: blue. Hex color #8972EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8972EE is #768D11. Grayscale: #868686. Windows color (decimal): -7769362 or 15626889. OLE color: 15626889.

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

Color convert

RGB 137 114 238 -
CMYK 0.42 0.52 0 0.07
HSL 251.13º 0.78% 0.69% -
HSV(B) 251.13º 0.52% 0.93% -
XYZ 31.77 23.53 83.76 -
YUV 135.01 186.12 129.42 -
System Red Green Blue C M Y K H S L
Decimal 137 114 238 0.42 0.52 0 0.07 251.13 0.78 0.69
Hex 89 72 EE 2A 34 0 7 FB 4E 45
Octal 211 162 356 52 64 0 7 373 116 105
Binary 10001001 1110010 11101110 101010 110100 0 111 11111011 1001110 1000101

Color Harmonies of #8972EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8972EE

Black with #8972EE

Text Example


Text Example

White with #8972EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,114,238); }

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

background-color css

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

 a { background-color: rgb(137,114,238); }

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

border-color css

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

 span { border-color: rgb(137,114,238); }

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