#977EFA

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

Shades of Light Slate Blue #977EFA

Tints of Light Slate Blue #977EFA

Color information

#977EFA (or 0x977EFA) is unknown color: approx Light Slate Blue. HEX triplet: 97, 7E and FA. RGB value is (151,126,250). Sum of RGB (Red+Green+Blue) = 151+126+250=527 (69% of max value = 765). Red value is 151 (59.38% from 255 or 28.65% from 527); Green value is 126 (49.61% from 255 or 23.91% from 527); Blue value is 250 (98.05% from 255 or 47.44% from 527); Max value from RGB is 250 - color contains mainly: blue. Hex color #977EFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #977EFA is #688105. Grayscale: #939393. Windows color (decimal): -6848774 or 16416407. OLE color: 16416407.

HSL color Cylindrical-coordinate representation of color #977EFA: hue angle of 252.1º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #977EFA is Cyan = 0.40, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB151126250-
CMYK0.400.5000.02
HSL252.1º92.54%73.73%-
HSV(B)252.1º49.6%98.04%-
XYZ37.4828.493.95-
YUV147.61185.78130.42-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 28.65%
GREEN value IS 126 (49.61% from 255) = 23.91%
BLUE value IS 250 (98.05% from 255) = 47.44%
R=28.65%
G=23.91%
B=47.44%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1511262500.400.5000.02252.192.5473.73
Hex977EFA283202fc5d4a
Octal227176372506202374135112
Binary100101111111110111110101010001100100101111110010111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977EFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #977EFA; }

 p { color: rgb(151,126,250); }

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

<style>
 a { background-color: #977EFA; }

 a { background-color: rgb(151,126,250); }

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

<style>
 span { border-color: #977EFA; }

 span { border-color: rgb(151,126,250); }

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