Html Css Color HEX #8970EC Medium Slate Blue

📋 copy color: '#8970EC'

red 137 ◦ green 112 ◦ blue 236

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

Shades of Medium Slate Blue #8970EC

Tints of Medium Slate Blue #8970EC

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23.09%

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

R = 28.25%
G = 23.09%
B = 48.66%

CMYK

 C value IS 0.42

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8970EC (or 0x8970EC) is known color: Medium Slate Blue. HEX triplet: 89, 70 and EC. RGB value is (137,112,236). Sum of RGB (Red+Green+Blue) = 137+112+236=485 (64% of max value = 765). Red value is 137 (53.91% from 255 or 28.25% from 485); Green value is 112 (44.14% from 255 or 23.09% from 485); Blue value is 236 (92.58% from 255 or 48.66% from 485); Max value from RGB is 236 - color contains mainly: blue. Hex color #8970EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8970EC is #768F13. Grayscale: #858585. Windows color (decimal): -7769876 or 15495305. OLE color: 15495305.

HSL color Cylindrical-coordinate representation of color #8970EC: hue angle of 252.1º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8970EC is Cyan = 0.42, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 137 112 236 -
CMYK 0.42 0.53 0 0.07
HSL 252.1º 0.77% 0.68% -
HSV(B) 252.1º 0.53% 0.93% -
XYZ 31.25 22.96 82.14 -
YUV 133.61 185.78 130.42 -
System Red Green Blue C M Y K H S L
Decimal 137 112 236 0.42 0.53 0 0.07 252.1 0.77 0.68
Hex 89 70 EC 2A 35 0 7 FC 4D 44
Octal 211 160 354 52 65 0 7 374 115 104
Binary 10001001 1110000 11101100 101010 110101 0 111 11111100 1001101 1000100

Color Harmonies of #8970EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8970EC

Black with #8970EC

Text Example


Text Example

White with #8970EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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