#977ECC

Color #977ECC True V (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of True V #977ECC

Tints of True V #977ECC

Color information

#977ECC (or 0x977ECC) is unknown color: approx True V. HEX triplet: 97, 7E and CC. RGB value is (151,126,204). Sum of RGB (Red+Green+Blue) = 151+126+204=481 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.39% from 481); Green value is 126 (49.61% from 255 or 26.20% from 481); Blue value is 204 (80.08% from 255 or 42.41% from 481); Max value from RGB is 204 - color contains mainly: blue. Hex color #977ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #977ECC is #688133. Grayscale: #8E8E8E. Windows color (decimal): -6848820 or 13401751. OLE color: 13401751.

HSL color Cylindrical-coordinate representation of color #977ECC: hue angle of 259.23º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #977ECC is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB151126204-
CMYK0.260.3800.2
HSL259.23º43.33%64.71%-
HSV(B)259.23º38.24%80%-
XYZ31.1225.8660.48-
YUV142.37162.78134.16-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.39%
GREEN value IS 126 (49.61% from 255) = 26.20%
BLUE value IS 204 (80.08% from 255) = 42.41%
R=31.39%
G=26.20%
B=42.41%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1511262040.260.3800.2259.2343.3364.71
Hex977ECC1A260141032b41
Octal227176314324602440353101
Binary10010111111111011001100110101001100101001000000111010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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