Html Css Color HEX #989BA5 Manatee

📋 copy color: '#989BA5'

red 152 ◦ green 155 ◦ blue 165

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

Shades of Manatee #989BA5

Tints of Manatee #989BA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 34.96%

R = 32.2%
G = 32.84%
B = 34.96%

CMYK

 C value IS 0.08

 M value IS 0.06

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#989BA5 (or 0x989BA5) is known color: Manatee. HEX triplet: 98, 9B and A5. RGB value is (152,155,165). Sum of RGB (Red+Green+Blue) = 152+155+165=472 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.20% from 472); Green value is 155 (60.94% from 255 or 32.84% from 472); Blue value is 165 (64.84% from 255 or 34.96% from 472); Max value from RGB is 165 - color contains mainly: blue. Hex color #989BA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989BA5 is #67645A. Grayscale: #9B9B9B. Windows color (decimal): -6775899 or 10853272. OLE color: 10853272.

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

Color convert

RGB 152 155 165 -
CMYK 0.08 0.06 0 0.35
HSL 226.15º 0.07% 0.62% -
HSV(B) 226.15º 0.08% 0.65% -
XYZ 31.46 32.83 40.28 -
YUV 155.24 133.51 125.69 -
System Red Green Blue C M Y K H S L
Decimal 152 155 165 0.08 0.06 0 0.35 226.15 0.07 0.62
Hex 98 9B A5 8 6 0 23 E2 7 3E
Octal 230 233 245 10 6 0 43 342 7 76
Binary 10011000 10011011 10100101 1000 110 0 100011 11100010 111 111110

Color Harmonies of #989BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989BA5

Black with #989BA5

Text Example


Text Example

White with #989BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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