Html Css Color HEX #989BA7 Manatee

📋 copy color: '#989BA7'

red 152 ◦ green 155 ◦ blue 167

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

Shades of Manatee #989BA7

Tints of Manatee #989BA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 35.23%

R = 32.07%
G = 32.7%
B = 35.23%

CMYK

 C value IS 0.09

 M value IS 0.07

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#989BA7 (or 0x989BA7) is known color: Manatee. HEX triplet: 98, 9B and A7. RGB value is (152,155,167). Sum of RGB (Red+Green+Blue) = 152+155+167=474 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.07% from 474); Green value is 155 (60.94% from 255 or 32.70% from 474); Blue value is 167 (65.62% from 255 or 35.23% from 474); Max value from RGB is 167 - color contains mainly: blue. Hex color #989BA7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989BA7 is #676458. Grayscale: #9B9B9B. Windows color (decimal): -6775897 or 10984344. OLE color: 10984344.

HSL color Cylindrical-coordinate representation of color #989BA7: hue angle of 228º degrees, saturation: 0.08, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #989BA7 is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 152 155 167 -
CMYK 0.09 0.07 0 0.35
HSL 228º 0.08% 0.63% -
HSV(B) 228º 0.09% 0.65% -
XYZ 31.65 32.91 41.24 -
YUV 155.47 134.51 125.52 -
System Red Green Blue C M Y K H S L
Decimal 152 155 167 0.09 0.07 0 0.35 228 0.08 0.63
Hex 98 9B A7 9 7 0 23 E4 8 3F
Octal 230 233 247 11 7 0 43 344 10 77
Binary 10011000 10011011 10100111 1001 111 0 100011 11100100 1000 111111

Color Harmonies of #989BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989BA7

Black with #989BA7

Text Example


Text Example

White with #989BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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