Html Css Color HEX #989BA3 Manatee

📋 copy color: '#989BA3'

red 152 ◦ green 155 ◦ blue 163

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

Shades of Manatee #989BA3

Tints of Manatee #989BA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 34.68%

R = 32.34%
G = 32.98%
B = 34.68%

CMYK

 C value IS 0.07

 M value IS 0.05

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#989BA3 (or 0x989BA3) is known color: Manatee. HEX triplet: 98, 9B and A3. RGB value is (152,155,163). Sum of RGB (Red+Green+Blue) = 152+155+163=470 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.34% from 470); Green value is 155 (60.94% from 255 or 32.98% from 470); Blue value is 163 (64.06% from 255 or 34.68% from 470); Max value from RGB is 163 - color contains mainly: blue. Hex color #989BA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989BA3 is #67645C. Grayscale: #9A9A9A. Windows color (decimal): -6775901 or 10722200. OLE color: 10722200.

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

Color convert

RGB 152 155 163 -
CMYK 0.07 0.05 0 0.36
HSL 223.64º 0.06% 0.62% -
HSV(B) 223.64º 0.07% 0.64% -
XYZ 31.28 32.76 39.33 -
YUV 155.02 132.51 125.85 -
System Red Green Blue C M Y K H S L
Decimal 152 155 163 0.07 0.05 0 0.36 223.64 0.06 0.62
Hex 98 9B A3 7 5 0 24 E0 6 3E
Octal 230 233 243 7 5 0 44 340 6 76
Binary 10011000 10011011 10100011 111 101 0 100100 11100000 110 111110

Color Harmonies of #989BA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989BA3

Black with #989BA3

Text Example


Text Example

White with #989BA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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