Html Css Color HEX #979AAC Manatee

📋 copy color: '#979AAC'

red 151 ◦ green 154 ◦ blue 172

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

Shades of Manatee #979AAC

Tints of Manatee #979AAC

RGB

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

 GREEN value IS 154 (60.55% from 255) = 32.29%

 BLUE value IS 172 (67.58% from 255) = 36.06%

R = 31.66%
G = 32.29%
B = 36.06%

CMYK

 C value IS 0.12

 M value IS 0.10

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#979AAC (or 0x979AAC) is known color: Manatee. HEX triplet: 97, 9A and AC. RGB value is (151,154,172). Sum of RGB (Red+Green+Blue) = 151+154+172=477 (63% of max value = 765). Red value is 151 (59.38% from 255 or 31.66% from 477); Green value is 154 (60.55% from 255 or 32.29% from 477); Blue value is 172 (67.58% from 255 or 36.06% from 477); Max value from RGB is 172 - color contains mainly: blue. Hex color #979AAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979AAC is #686553. Grayscale: #9B9B9B. Windows color (decimal): -6841684 or 11311767. OLE color: 11311767.

HSL color Cylindrical-coordinate representation of color #979AAC: hue angle of 231.43º degrees, saturation: 0.11, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #979AAC is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 151 154 172 -
CMYK 0.12 0.10 0 0.33
HSL 231.43º 0.11% 0.63% -
HSV(B) 231.43º 0.12% 0.67% -
XYZ 31.76 32.67 43.66 -
YUV 155.16 137.51 125.04 -
System Red Green Blue C M Y K H S L
Decimal 151 154 172 0.12 0.10 0 0.33 231.43 0.11 0.63
Hex 97 9A AC C A 0 21 E7 B 3F
Octal 227 232 254 14 12 0 41 347 13 77
Binary 10010111 10011010 10101100 1100 1010 0 100001 11100111 1011 111111

Color Harmonies of #979AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979AAC

Black with #979AAC

Text Example


Text Example

White with #979AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,154,172); }

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

background-color css

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

 a { background-color: rgb(151,154,172); }

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

border-color css

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

 span { border-color: rgb(151,154,172); }

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