#8977EE

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

Shades of Light Slate Blue #8977EE

Tints of Light Slate Blue #8977EE

Color information

#8977EE (or 0x8977EE) is unknown color: approx Light Slate Blue. HEX triplet: 89, 77 and EE. RGB value is (137,119,238). Sum of RGB (Red+Green+Blue) = 137+119+238=494 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.73% from 494); Green value is 119 (46.88% from 255 or 24.09% from 494); Blue value is 238 (93.36% from 255 or 48.18% from 494); Max value from RGB is 238 - color contains mainly: blue. Hex color #8977EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8977EE is #768811. Grayscale: #898989. Windows color (decimal): -7768082 or 15628169. OLE color: 15628169.

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

Color convert

RGB137119238-
CMYK0.420.5000.07
HSL249.08º77.78%70%-
HSV(B)249.08º50%93.33%-
XYZ32.3524.6983.95-
YUV137.95184.46127.32-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 27.73%
GREEN value IS 119 (46.88% from 255) = 24.09%
BLUE value IS 238 (93.36% from 255) = 48.18%
R=27.73%
G=24.09%
B=48.18%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1371192380.420.5000.07249.0877.7870
Hex8977EE2A3207f94e46
Octal211167356526207371116106
Binary1000100111101111110111010101011001001111111100110011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8977EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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