Html Css Color HEX #979AAA Manatee

📋 copy color: '#979AAA'

red 151 ◦ green 154 ◦ blue 170

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

Shades of Manatee #979AAA

Tints of Manatee #979AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 35.79%

R = 31.79%
G = 32.42%
B = 35.79%

CMYK

 C value IS 0.11

 M value IS 0.09

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#979AAA (or 0x979AAA) is known color: Manatee. HEX triplet: 97, 9A and AA. RGB value is (151,154,170). Sum of RGB (Red+Green+Blue) = 151+154+170=475 (62% of max value = 765). Red value is 151 (59.38% from 255 or 31.79% from 475); Green value is 154 (60.55% from 255 or 32.42% from 475); Blue value is 170 (66.80% from 255 or 35.79% from 475); Max value from RGB is 170 - color contains mainly: blue. Hex color #979AAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979AAA is #686555. Grayscale: #9A9A9A. Windows color (decimal): -6841686 or 11180695. OLE color: 11180695.

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

Color convert

RGB 151 154 170 -
CMYK 0.11 0.09 0 0.33
HSL 230.53º 0.1% 0.63% -
HSV(B) 230.53º 0.11% 0.67% -
XYZ 31.57 32.59 42.66 -
YUV 154.93 136.51 125.2 -
System Red Green Blue C M Y K H S L
Decimal 151 154 170 0.11 0.09 0 0.33 230.53 0.1 0.63
Hex 97 9A AA B 9 0 21 E7 A 3F
Octal 227 232 252 13 11 0 41 347 12 77
Binary 10010111 10011010 10101010 1011 1001 0 100001 11100111 1010 111111

Color Harmonies of #979AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979AAA

Black with #979AAA

Text Example


Text Example

White with #979AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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