Html Css Color HEX #979BAD Manatee

📋 copy color: '#979BAD'

red 151 ◦ green 155 ◦ blue 173

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

Shades of Manatee #979BAD

Tints of Manatee #979BAD

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 value IS 0.13

 M value IS 0.10

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#979BAD (or 0x979BAD) is known color: 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

RGB 151 155 173 -
CMYK 0.13 0.10 0 0.32
HSL 229.09º 0.12% 0.64% -
HSV(B) 229.09º 0.13% 0.68% -
XYZ 32.03 33.04 44.22 -
YUV 155.86 137.67 124.54 -
System Red Green Blue C M Y K H S L
Decimal 151 155 173 0.13 0.10 0 0.32 229.09 0.12 0.64
Hex 97 9B AD D A 0 20 E5 C 40
Octal 227 233 255 15 12 0 40 345 14 100
Binary 10010111 10011011 10101101 1101 1010 0 100000 11100101 1100 1000000

Color Harmonies of #979BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979BAD

Black with #979BAD

Text Example


Text Example

White with #979BAD

Text Example


Text Example

HTML Codes & Css Web 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>