#8977FE

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

Shades of Light Slate Blue #8977FE

Tints of Light Slate Blue #8977FE

Color information

#8977FE (or 0x8977FE) is unknown color: approx Light Slate Blue. HEX triplet: 89, 77 and FE. RGB value is (137,119,254). Sum of RGB (Red+Green+Blue) = 137+119+254=510 (67% of max value = 765). Red value is 137 (53.91% from 255 or 26.86% from 510); Green value is 119 (46.88% from 255 or 23.33% from 510); Blue value is 254 (99.61% from 255 or 49.80% from 510); Max value from RGB is 254 - color contains mainly: blue. Hex color #8977FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8977FE is #768801. Grayscale: #8B8B8B. Windows color (decimal): -7768066 or 16676745. OLE color: 16676745.

HSL color Cylindrical-coordinate representation of color #8977FE: hue angle of 248º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8977FE is Cyan = 0.46, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB137119254-
CMYK0.460.5300.00
HSL248º98.54%73.14%-
HSV(B)248º53.15%99.61%-
XYZ34.825.6796.89-
YUV139.77192.46126.02-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 26.86%
GREEN value IS 119 (46.88% from 255) = 23.33%
BLUE value IS 254 (99.61% from 255) = 49.80%
R=26.86%
G=23.33%
B=49.80%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1371192540.460.5300.0024898.5473.14
Hex8977FE2E3500f86349
Octal211167376566500370143111
Binary10001001111011111111110101110110101001111100011000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8977FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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