#977DCB

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

Shades of True V #977DCB

Tints of True V #977DCB

Color information

#977DCB (or 0x977DCB) is unknown color: approx True V. HEX triplet: 97, 7D and CB. RGB value is (151,125,203). Sum of RGB (Red+Green+Blue) = 151+125+203=479 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.52% from 479); Green value is 125 (49.22% from 255 or 26.10% from 479); Blue value is 203 (79.69% from 255 or 42.38% from 479); Max value from RGB is 203 - color contains mainly: blue. Hex color #977DCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #977DCB is #688234. Grayscale: #8D8D8D. Windows color (decimal): -6849077 or 13335959. OLE color: 13335959.

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

Color convert

RGB151125203-
CMYK0.260.3800.20
HSL260º42.86%64.31%-
HSV(B)260º38.42%79.61%-
XYZ30.8825.5659.81-
YUV141.67162.61134.66-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.52%
GREEN value IS 125 (49.22% from 255) = 26.10%
BLUE value IS 203 (79.69% from 255) = 42.38%
R=31.52%
G=26.10%
B=42.38%

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
Decimal1511252030.260.3800.2026042.8664.31
Hex977DCB1A260141042b40
Octal227175313324602440453100
Binary10010111111110111001011110101001100101001000001001010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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