Html Css Color HEX #8973EA Medium Slate Blue

📋 copy color: '#8973EA'

red 137 ◦ green 115 ◦ blue 234

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

Shades of Medium Slate Blue #8973EA

Tints of Medium Slate Blue #8973EA

RGB

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

 GREEN value IS 115 (45.31% from 255) = 23.66%

 BLUE value IS 234 (91.8% from 255) = 48.15%

R = 28.19%
G = 23.66%
B = 48.15%

CMYK

 C value IS 0.41

 M value IS 0.51

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8973EA (or 0x8973EA) is known color: Medium Slate Blue. HEX triplet: 89, 73 and EA. RGB value is (137,115,234). Sum of RGB (Red+Green+Blue) = 137+115+234=486 (64% of max value = 765). Red value is 137 (53.91% from 255 or 28.19% from 486); Green value is 115 (45.31% from 255 or 23.66% from 486); Blue value is 234 (91.80% from 255 or 48.15% from 486); Max value from RGB is 234 - color contains mainly: blue. Hex color #8973EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8973EA is #768C15. Grayscale: #868686. Windows color (decimal): -7769110 or 15365001. OLE color: 15365001.

HSL color Cylindrical-coordinate representation of color #8973EA: hue angle of 251.09º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8973EA is Cyan = 0.41, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 137 115 234 -
CMYK 0.41 0.51 0 0.08
HSL 251.09º 0.74% 0.68% -
HSV(B) 251.09º 0.51% 0.92% -
XYZ 31.3 23.52 80.73 -
YUV 135.14 183.79 129.32 -
System Red Green Blue C M Y K H S L
Decimal 137 115 234 0.41 0.51 0 0.08 251.09 0.74 0.68
Hex 89 73 EA 29 33 0 8 FB 4A 44
Octal 211 163 352 51 63 0 10 373 112 104
Binary 10001001 1110011 11101010 101001 110011 0 1000 11111011 1001010 1000100

Color Harmonies of #8973EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8973EA

Black with #8973EA

Text Example


Text Example

White with #8973EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8973EA; }

 p { color: rgb(137,115,234); }

 H1.HeaderClassName
 {
   color: #8973EA;
 }
 .AnyTagClassName
 {
   color: #8973EA;
 }
</style>

background-color css

<style>
 a { background-color: #8973EA; }

 a { background-color: rgb(137,115,234); }

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

border-color css

<style>
 span { border-color: #8973EA; }

 span { border-color: rgb(137,115,234); }

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