#8974EF

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

Shades of Light Slate Blue #8974EF

Tints of Light Slate Blue #8974EF

Color information

#8974EF (or 0x8974EF) is unknown color: approx Light Slate Blue. HEX triplet: 89, 74 and EF. RGB value is (137,116,239). Sum of RGB (Red+Green+Blue) = 137+116+239=492 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.85% from 492); Green value is 116 (45.70% from 255 or 23.58% from 492); Blue value is 239 (93.75% from 255 or 48.58% from 492); Max value from RGB is 239 - color contains mainly: blue. Hex color #8974EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8974EF is #768B10. Grayscale: #878787. Windows color (decimal): -7768849 or 15692937. OLE color: 15692937.

HSL color Cylindrical-coordinate representation of color #8974EF: hue angle of 250.24º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8974EF is Cyan = 0.43, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB137116239-
CMYK0.430.5100.06
HSL250.24º79.35%69.61%-
HSV(B)250.24º51.46%93.73%-
XYZ32.1424.0484.61-
YUV136.3185.96128.5-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 27.85%
GREEN value IS 116 (45.70% from 255) = 23.58%
BLUE value IS 239 (93.75% from 255) = 48.58%
R=27.85%
G=23.58%
B=48.58%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1371162390.430.5100.06250.2479.3569.61
Hex8974EF2B3306fa4f46
Octal211164357536306372117106
Binary1000100111101001110111110101111001101101111101010011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8974EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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