#977ECE

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

Shades of True V #977ECE

Tints of True V #977ECE

Color information

#977ECE (or 0x977ECE) is unknown color: approx True V. HEX triplet: 97, 7E and CE. RGB value is (151,126,206). Sum of RGB (Red+Green+Blue) = 151+126+206=483 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.26% from 483); Green value is 126 (49.61% from 255 or 26.09% from 483); Blue value is 206 (80.86% from 255 or 42.65% from 483); Max value from RGB is 206 - color contains mainly: blue. Hex color #977ECE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #977ECE is #688131. Grayscale: #8E8E8E. Windows color (decimal): -6848818 or 13532823. OLE color: 13532823.

HSL color Cylindrical-coordinate representation of color #977ECE: hue angle of 258.75º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #977ECE is Cyan = 0.27, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB151126206-
CMYK0.270.3900.19
HSL258.75º44.94%65.1%-
HSV(B)258.75º38.83%80.78%-
XYZ31.3625.9661.75-
YUV142.6163.78134-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.26%
GREEN value IS 126 (49.61% from 255) = 26.09%
BLUE value IS 206 (80.86% from 255) = 42.65%
R=31.26%
G=26.09%
B=42.65%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1511262060.270.3900.19258.7544.9465.1
Hex977ECE1B270131032d41
Octal227176316334702340355101
Binary10010111111111011001110110111001110100111000000111011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977ECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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