Html Css Color HEX #9497A5 Manatee

📋 copy color: '#9497A5'

red 148 ◦ green 151 ◦ blue 165

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

Shades of Manatee #9497A5

Tints of Manatee #9497A5

RGB

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

 GREEN value IS 151 (59.38% from 255) = 32.54%

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

R = 31.9%
G = 32.54%
B = 35.56%

CMYK

 C value IS 0.10

 M value IS 0.08

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#9497A5 (or 0x9497A5) is known color: Manatee. HEX triplet: 94, 97 and A5. RGB value is (148,151,165). Sum of RGB (Red+Green+Blue) = 148+151+165=464 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.90% from 464); Green value is 151 (59.38% from 255 or 32.54% from 464); Blue value is 165 (64.84% from 255 or 35.56% from 464); Max value from RGB is 165 - color contains mainly: blue. Hex color #9497A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9497A5 is #6B685A. Grayscale: #979797. Windows color (decimal): -7039067 or 10852244. OLE color: 10852244.

HSL color Cylindrical-coordinate representation of color #9497A5: hue angle of 229.41º degrees, saturation: 0.09, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9497A5 is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 148 151 165 -
CMYK 0.10 0.08 0 0.35
HSL 229.41º 0.09% 0.61% -
HSV(B) 229.41º 0.1% 0.65% -
XYZ 30.07 31.15 40.02 -
YUV 151.7 135.51 125.36 -
System Red Green Blue C M Y K H S L
Decimal 148 151 165 0.10 0.08 0 0.35 229.41 0.09 0.61
Hex 94 97 A5 A 8 0 23 E5 9 3D
Octal 224 227 245 12 10 0 43 345 11 75
Binary 10010100 10010111 10100101 1010 1000 0 100011 11100101 1001 111101

Color Harmonies of #9497A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9497A5

Black with #9497A5

Text Example


Text Example

White with #9497A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9497A5; }

 p { color: rgb(148,151,165); }

 H1.HeaderClassName
 {
   color: #9497A5;
 }
 .AnyTagClassName
 {
   color: #9497A5;
 }
</style>

background-color css

<style>
 a { background-color: #9497A5; }

 a { background-color: rgb(148,151,165); }

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

border-color css

<style>
 span { border-color: #9497A5; }

 span { border-color: rgb(148,151,165); }

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