#977ECA

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

Shades of True V #977ECA

Tints of True V #977ECA

Color information

#977ECA (or 0x977ECA) is unknown color: approx True V. HEX triplet: 97, 7E and CA. RGB value is (151,126,202). Sum of RGB (Red+Green+Blue) = 151+126+202=479 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.52% from 479); Green value is 126 (49.61% from 255 or 26.30% from 479); Blue value is 202 (79.30% from 255 or 42.17% from 479); Max value from RGB is 202 - color contains mainly: blue. Hex color #977ECA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #977ECA is #688135. Grayscale: #8D8D8D. Windows color (decimal): -6848822 or 13270679. OLE color: 13270679.

HSL color Cylindrical-coordinate representation of color #977ECA: hue angle of 259.74º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #977ECA is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB151126202-
CMYK0.250.3800.21
HSL259.74º41.76%64.31%-
HSV(B)259.74º37.62%79.22%-
XYZ30.8825.7759.22-
YUV142.14161.78134.32-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.52%
GREEN value IS 126 (49.61% from 255) = 26.30%
BLUE value IS 202 (79.30% from 255) = 42.17%
R=31.52%
G=26.30%
B=42.17%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1511262020.250.3800.21259.7441.7664.31
Hex977ECA19260151042a40
Octal227176312314602540452100
Binary10010111111111011001010110011001100101011000001001010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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