#8977F6

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

Shades of Light Slate Blue #8977F6

Tints of Light Slate Blue #8977F6

Color information

#8977F6 (or 0x8977F6) is unknown color: approx Light Slate Blue. HEX triplet: 89, 77 and F6. RGB value is (137,119,246). Sum of RGB (Red+Green+Blue) = 137+119+246=502 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.29% from 502); Green value is 119 (46.88% from 255 or 23.71% from 502); Blue value is 246 (96.48% from 255 or 49.00% from 502); Max value from RGB is 246 - color contains mainly: blue. Hex color #8977F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8977F6 is #768809. Grayscale: #8A8A8A. Windows color (decimal): -7768074 or 16152457. OLE color: 16152457.

HSL color Cylindrical-coordinate representation of color #8977F6: hue angle of 248.5º degrees, saturation: 0.88, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8977F6 is Cyan = 0.44, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB137119246-
CMYK0.440.5200.04
HSL248.5º87.59%71.57%-
HSV(B)248.5º51.63%96.47%-
XYZ33.5525.1790.28-
YUV138.86188.46126.67-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 27.29%
GREEN value IS 119 (46.88% from 255) = 23.71%
BLUE value IS 246 (96.48% from 255) = 49.00%
R=27.29%
G=23.71%
B=49.00%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1371192460.440.5200.04248.587.5971.57
Hex8977F62C3404f95848
Octal211167366546404371130110
Binary1000100111101111111011010110011010001001111100110110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8977F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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