#977BCA

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

Shades of True V #977BCA

Tints of True V #977BCA

Color information

#977BCA (or 0x977BCA) is unknown color: approx True V. HEX triplet: 97, 7B and CA. RGB value is (151,123,202). Sum of RGB (Red+Green+Blue) = 151+123+202=476 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.72% from 476); Green value is 123 (48.44% from 255 or 25.84% from 476); Blue value is 202 (79.30% from 255 or 42.44% from 476); Max value from RGB is 202 - color contains mainly: blue. Hex color #977BCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #977BCA is #688435. Grayscale: #8C8C8C. Windows color (decimal): -6849590 or 13269911. OLE color: 13269911.

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

Color convert

RGB151123202-
CMYK0.250.3900.21
HSL261.27º42.7%63.73%-
HSV(B)261.27º39.11%79.22%-
XYZ30.5125.0159.1-
YUV140.38162.78135.58-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.72%
GREEN value IS 123 (48.44% from 255) = 25.84%
BLUE value IS 202 (79.30% from 255) = 42.44%
R=31.72%
G=25.84%
B=42.44%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1511232020.250.3900.21261.2742.763.73
Hex977BCA19270151052b40
Octal227173312314702540553100
Binary10010111111101111001010110011001110101011000001011010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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