#977ECB

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

Shades of True V #977ECB

Tints of True V #977ECB

Color information

#977ECB (or 0x977ECB) is unknown color: approx True V. HEX triplet: 97, 7E and CB. RGB value is (151,126,203). Sum of RGB (Red+Green+Blue) = 151+126+203=480 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.46% from 480); Green value is 126 (49.61% from 255 or 26.25% from 480); Blue value is 203 (79.69% from 255 or 42.29% from 480); Max value from RGB is 203 - color contains mainly: blue. Hex color #977ECB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #977ECB is #688134. Grayscale: #8D8D8D. Windows color (decimal): -6848821 or 13336215. OLE color: 13336215.

HSL color Cylindrical-coordinate representation of color #977ECB: hue angle of 259.48º 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 #977ECB is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB151126203-
CMYK0.260.3800.20
HSL259.48º42.54%64.51%-
HSV(B)259.48º37.93%79.61%-
XYZ3125.8159.85-
YUV142.25162.28134.24-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.46%
GREEN value IS 126 (49.61% from 255) = 26.25%
BLUE value IS 203 (79.69% from 255) = 42.29%
R=31.46%
G=26.25%
B=42.29%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1511262030.260.3800.20259.4842.5464.51
Hex977ECB1A260141032b41
Octal227176313324602440353101
Binary10010111111111011001011110101001100101001000000111010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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