#977DCD

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

Shades of True V #977DCD

Tints of True V #977DCD

Color information

#977DCD (or 0x977DCD) is unknown color: approx True V. HEX triplet: 97, 7D and CD. RGB value is (151,125,205). Sum of RGB (Red+Green+Blue) = 151+125+205=481 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.39% from 481); Green value is 125 (49.22% from 255 or 25.99% from 481); Blue value is 205 (80.47% from 255 or 42.62% from 481); Max value from RGB is 205 - color contains mainly: blue. Hex color #977DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #977DCD is #688232. Grayscale: #8D8D8D. Windows color (decimal): -6849075 or 13467031. OLE color: 13467031.

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

Color convert

RGB151125205-
CMYK0.260.3900.20
HSL259.5º44.44%64.71%-
HSV(B)259.5º39.02%80.39%-
XYZ31.1225.6561.07-
YUV141.89163.61134.5-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.39%
GREEN value IS 125 (49.22% from 255) = 25.99%
BLUE value IS 205 (80.47% from 255) = 42.62%
R=31.39%
G=25.99%
B=42.62%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1511252050.260.3900.20259.544.4464.71
Hex977DCD1A270141042c41
Octal227175315324702440454101
Binary10010111111110111001101110101001110101001000001001011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,125,205); }

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

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

 a { background-color: rgb(151,125,205); }

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

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

 span { border-color: rgb(151,125,205); }

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