Html Css Color HEX #9498AC Manatee

📋 copy color: '#9498AC'

red 148 ◦ green 152 ◦ blue 172

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

Shades of Manatee #9498AC

Tints of Manatee #9498AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 36.44%

R = 31.36%
G = 32.2%
B = 36.44%

CMYK

 C value IS 0.14

 M value IS 0.12

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9498AC (or 0x9498AC) is known color: Manatee. HEX triplet: 94, 98 and AC. RGB value is (148,152,172). Sum of RGB (Red+Green+Blue) = 148+152+172=472 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.36% from 472); Green value is 152 (59.77% from 255 or 32.20% from 472); Blue value is 172 (67.58% from 255 or 36.44% from 472); Max value from RGB is 172 - color contains mainly: blue. Hex color #9498AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9498AC is #6B6753. Grayscale: #999999. Windows color (decimal): -7038804 or 11311252. OLE color: 11311252.

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

Color convert

RGB 148 152 172 -
CMYK 0.14 0.12 0 0.33
HSL 230º 0.13% 0.63% -
HSV(B) 230º 0.14% 0.67% -
XYZ 30.89 31.73 43.53 -
YUV 153.08 138.67 124.37 -
System Red Green Blue C M Y K H S L
Decimal 148 152 172 0.14 0.12 0 0.33 230 0.13 0.63
Hex 94 98 AC E C 0 21 E6 D 3F
Octal 224 230 254 16 14 0 41 346 15 77
Binary 10010100 10011000 10101100 1110 1100 0 100001 11100110 1101 111111

Color Harmonies of #9498AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9498AC

Black with #9498AC

Text Example


Text Example

White with #9498AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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