Html Css Color HEX #9498A9 Manatee

📋 copy color: '#9498A9'

red 148 ◦ green 152 ◦ blue 169

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

Shades of Manatee #9498A9

Tints of Manatee #9498A9

RGB

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

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

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

R = 31.56%
G = 32.41%
B = 36.03%

CMYK

 C value IS 0.12

 M value IS 0.10

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#9498A9 (or 0x9498A9) is known color: Manatee. HEX triplet: 94, 98 and A9. RGB value is (148,152,169). Sum of RGB (Red+Green+Blue) = 148+152+169=469 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.56% from 469); Green value is 152 (59.77% from 255 or 32.41% from 469); Blue value is 169 (66.41% from 255 or 36.03% from 469); Max value from RGB is 169 - color contains mainly: blue. Hex color #9498A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9498A9 is #6B6756. Grayscale: #989898. Windows color (decimal): -7038807 or 11114644. OLE color: 11114644.

HSL color Cylindrical-coordinate representation of color #9498A9: hue angle of 228.57º degrees, saturation: 0.11, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9498A9 is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 148 152 169 -
CMYK 0.12 0.10 0 0.34
HSL 228.57º 0.11% 0.62% -
HSV(B) 228.57º 0.12% 0.66% -
XYZ 30.6 31.62 42.03 -
YUV 152.74 137.17 124.62 -
System Red Green Blue C M Y K H S L
Decimal 148 152 169 0.12 0.10 0 0.34 228.57 0.11 0.62
Hex 94 98 A9 C A 0 22 E5 B 3E
Octal 224 230 251 14 12 0 42 345 13 76
Binary 10010100 10011000 10101001 1100 1010 0 100010 11100101 1011 111110

Color Harmonies of #9498A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9498A9

Black with #9498A9

Text Example


Text Example

White with #9498A9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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