Html Css Color HEX #989BA9 Manatee

📋 copy color: '#989BA9'

red 152 ◦ green 155 ◦ blue 169

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

Shades of Manatee #989BA9

Tints of Manatee #989BA9

RGB

 RED value IS 152 (59.77% from 255) = 31.93%

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

 BLUE value IS 169 (66.41% from 255) = 35.5%

R = 31.93%
G = 32.56%
B = 35.5%

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

#989BA9 (or 0x989BA9) is known color: Manatee. HEX triplet: 98, 9B and A9. RGB value is (152,155,169). Sum of RGB (Red+Green+Blue) = 152+155+169=476 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.93% from 476); Green value is 155 (60.94% from 255 or 32.56% from 476); Blue value is 169 (66.41% from 255 or 35.50% from 476); Max value from RGB is 169 - color contains mainly: blue. Hex color #989BA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989BA9 is #676456. Grayscale: #9B9B9B. Windows color (decimal): -6775895 or 11115416. OLE color: 11115416.

HSL color Cylindrical-coordinate representation of color #989BA9: hue angle of 229.41º 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 #989BA9 is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 152 155 169 -
CMYK 0.10 0.08 0 0.34
HSL 229.41º 0.09% 0.63% -
HSV(B) 229.41º 0.1% 0.66% -
XYZ 31.83 32.98 42.22 -
YUV 155.7 135.51 125.36 -
System Red Green Blue C M Y K H S L
Decimal 152 155 169 0.10 0.08 0 0.34 229.41 0.09 0.63
Hex 98 9B A9 A 8 0 22 E5 9 3F
Octal 230 233 251 12 10 0 42 345 11 77
Binary 10011000 10011011 10101001 1010 1000 0 100010 11100101 1001 111111

Color Harmonies of #989BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989BA9

Black with #989BA9

Text Example


Text Example

White with #989BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #989BA9; }

 p { color: rgb(152,155,169); }

 H1.HeaderClassName
 {
   color: #989BA9;
 }
 .AnyTagClassName
 {
   color: #989BA9;
 }
</style>

background-color css

<style>
 a { background-color: #989BA9; }

 a { background-color: rgb(152,155,169); }

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

border-color css

<style>
 span { border-color: #989BA9; }

 span { border-color: rgb(152,155,169); }

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