#8974ED

Color #8974ED Medium Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Slate Blue #8974ED

Tints of Medium Slate Blue #8974ED

Color information

#8974ED (or 0x8974ED) is unknown color: approx Medium Slate Blue. HEX triplet: 89, 74 and ED. RGB value is (137,116,237). Sum of RGB (Red+Green+Blue) = 137+116+237=490 (64% of max value = 765). Red value is 137 (53.91% from 255 or 27.96% from 490); Green value is 116 (45.70% from 255 or 23.67% from 490); Blue value is 237 (92.97% from 255 or 48.37% from 490); Max value from RGB is 237 - color contains mainly: blue. Hex color #8974ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8974ED is #768B12. Grayscale: #878787. Windows color (decimal): -7768851 or 15561865. OLE color: 15561865.

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

Color convert

RGB137116237-
CMYK0.420.5100.07
HSL250.41º77.07%69.22%-
HSV(B)250.41º51.05%92.94%-
XYZ31.8523.9283.06-
YUV136.07184.96128.66-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 27.96%
GREEN value IS 116 (45.70% from 255) = 23.67%
BLUE value IS 237 (92.97% from 255) = 48.37%
R=27.96%
G=23.67%
B=48.37%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1371162370.420.5100.07250.4177.0769.22
Hex8974ED2A3307fa4d45
Octal211164355526307372115105
Binary1000100111101001110110110101011001101111111101010011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8974ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8974ED; }

 p { color: rgb(137,116,237); }

 H1.HeaderClassName
 {
   color: #8974ED;
 }
 .AnyTagClassName
 {
   color: #8974ED;
 }
</style>
background-color css

<style>
 a { background-color: #8974ED; }

 a { background-color: rgb(137,116,237); }

 div.DivClassName
 {
   background-color: #8974ED;
 }
 .BgClassName
 {
   background-color: #8974ED;
 }
</style>
border-color css

<style>
 span { border-color: #8974ED; }

 span { border-color: rgb(137,116,237); }

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