Html Css Color HEX #9498AA Manatee

📋 copy color: '#9498AA'

red 148 ◦ green 152 ◦ blue 170

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

Shades of Manatee #9498AA

Tints of Manatee #9498AA

RGB

 RED value IS 148 (58.2% from 255) = 31.49%

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

 BLUE value IS 170 (66.8% from 255) = 36.17%

R = 31.49%
G = 32.34%
B = 36.17%

CMYK

 C value IS 0.13

 M value IS 0.11

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9498AA (or 0x9498AA) is known color: Manatee. HEX triplet: 94, 98 and AA. RGB value is (148,152,170). Sum of RGB (Red+Green+Blue) = 148+152+170=470 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.49% from 470); Green value is 152 (59.77% from 255 or 32.34% from 470); Blue value is 170 (66.80% from 255 or 36.17% from 470); Max value from RGB is 170 - color contains mainly: blue. Hex color #9498AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9498AA is #6B6755. Grayscale: #989898. Windows color (decimal): -7038806 or 11180180. OLE color: 11180180.

HSL color Cylindrical-coordinate representation of color #9498AA: hue angle of 229.09º degrees, saturation: 0.11, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9498AA is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 148 152 170 -
CMYK 0.13 0.11 0 0.33
HSL 229.09º 0.11% 0.62% -
HSV(B) 229.09º 0.13% 0.67% -
XYZ 30.7 31.65 42.52 -
YUV 152.86 137.67 124.54 -
System Red Green Blue C M Y K H S L
Decimal 148 152 170 0.13 0.11 0 0.33 229.09 0.11 0.62
Hex 94 98 AA D B 0 21 E5 B 3E
Octal 224 230 252 15 13 0 41 345 13 76
Binary 10010100 10011000 10101010 1101 1011 0 100001 11100101 1011 111110

Color Harmonies of #9498AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9498AA

Black with #9498AA

Text Example


Text Example

White with #9498AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9498AA; }

 p { color: rgb(148,152,170); }

 H1.HeaderClassName
 {
   color: #9498AA;
 }
 .AnyTagClassName
 {
   color: #9498AA;
 }
</style>

background-color css

<style>
 a { background-color: #9498AA; }

 a { background-color: rgb(148,152,170); }

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

border-color css

<style>
 span { border-color: #9498AA; }

 span { border-color: rgb(148,152,170); }

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