#979BAD

Color #979BAD Manatee (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Manatee #979BAD

Tints of Manatee #979BAD

Color information

#979BAD (or 0x979BAD) is unknown color: approx Manatee. HEX triplet: 97, 9B and AD. RGB value is (151,155,173). Sum of RGB (Red+Green+Blue) = 151+155+173=479 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.52% from 479); Green value is 155 (60.94% from 255 or 32.36% from 479); Blue value is 173 (67.97% from 255 or 36.12% from 479); Max value from RGB is 173 - color contains mainly: blue. Hex color #979BAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979BAD is #686452. Grayscale: #9B9B9B. Windows color (decimal): -6841427 or 11377559. OLE color: 11377559.

HSL color Cylindrical-coordinate representation of color #979BAD: hue angle of 229.09º degrees, saturation: 0.12, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #979BAD is Cyan = 0.13, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB151155173-
CMYK0.130.1000.32
HSL229.09º11.83%63.53%-
HSV(B)229.09º12.72%67.84%-
XYZ32.0333.0444.22-
YUV155.86137.67124.54-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.52%
GREEN value IS 155 (60.94% from 255) = 32.36%
BLUE value IS 173 (67.97% from 255) = 36.12%
R=31.52%
G=32.36%
B=36.12%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1511551730.130.1000.32229.0911.8363.53
Hex979BADDA020e5c40
Octal227233255151204034514100
Binary1001011110011011101011011101101001000001110010111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #979BAD; }

 p { color: rgb(151,155,173); }

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

<style>
 a { background-color: #979BAD; }

 a { background-color: rgb(151,155,173); }

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

<style>
 span { border-color: #979BAD; }

 span { border-color: rgb(151,155,173); }

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