#977ACB

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

Shades of True V #977ACB

Tints of True V #977ACB

Color information

#977ACB (or 0x977ACB) is unknown color: approx True V. HEX triplet: 97, 7A and CB. RGB value is (151,122,203). Sum of RGB (Red+Green+Blue) = 151+122+203=476 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.72% from 476); Green value is 122 (48.05% from 255 or 25.63% from 476); Blue value is 203 (79.69% from 255 or 42.65% from 476); Max value from RGB is 203 - color contains mainly: blue. Hex color #977ACB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #977ACB is #688534. Grayscale: #8B8B8B. Windows color (decimal): -6849845 or 13335191. OLE color: 13335191.

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

Color convert

RGB151122203-
CMYK0.260.4000.20
HSL261.48º43.78%63.73%-
HSV(B)261.48º39.9%79.61%-
XYZ30.524.8159.68-
YUV139.9163.61135.91-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.72%
GREEN value IS 122 (48.05% from 255) = 25.63%
BLUE value IS 203 (79.69% from 255) = 42.65%
R=31.72%
G=25.63%
B=42.65%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1511222030.260.4000.20261.4843.7863.73
Hex977ACB1A280141052c40
Octal227172313325002440554100
Binary10010111111101011001011110101010000101001000001011011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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