Html Css Color HEX #979BA8 Manatee

📋 copy color: '#979BA8'

red 151 ◦ green 155 ◦ blue 168

#979BA8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Manatee #979BA8

Tints of Manatee #979BA8

RGB

 RED value IS 151 (59.38% from 255) = 31.86%

 GREEN value IS 155 (60.94% from 255) = 32.7%

 BLUE value IS 168 (66.02% from 255) = 35.44%

R = 31.86%
G = 32.7%
B = 35.44%

CMYK

 C value IS 0.10

 M value IS 0.08

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#979BA8 (or 0x979BA8) is known color: Manatee. HEX triplet: 97, 9B and A8. RGB value is (151,155,168). Sum of RGB (Red+Green+Blue) = 151+155+168=474 (62% of max value = 765). Red value is 151 (59.38% from 255 or 31.86% from 474); Green value is 155 (60.94% from 255 or 32.70% from 474); Blue value is 168 (66.02% from 255 or 35.44% from 474); Max value from RGB is 168 - color contains mainly: blue. Hex color #979BA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979BA8 is #686457. Grayscale: #9B9B9B. Windows color (decimal): -6841432 or 11049879. OLE color: 11049879.

HSL color Cylindrical-coordinate representation of color #979BA8: hue angle of 225.88º degrees, saturation: 0.09, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #979BA8 is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 151 155 168 -
CMYK 0.10 0.08 0 0.34
HSL 225.88º 0.09% 0.63% -
HSV(B) 225.88º 0.1% 0.66% -
XYZ 31.55 32.85 41.72 -
YUV 155.29 135.17 124.94 -
System Red Green Blue C M Y K H S L
Decimal 151 155 168 0.10 0.08 0 0.34 225.88 0.09 0.63
Hex 97 9B A8 A 8 0 22 E2 9 3F
Octal 227 233 250 12 10 0 42 342 11 77
Binary 10010111 10011011 10101000 1010 1000 0 100010 11100010 1001 111111

Color Harmonies of #979BA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979BA8

Black with #979BA8

Text Example


Text Example

White with #979BA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #979BA8;
 }
 .AnyTagClassName
 {
   color: #979BA8;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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