Html Css Color HEX #9396A7 Manatee

📋 copy color: '#9396A7'

red 147 ◦ green 150 ◦ blue 167

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

Shades of Manatee #9396A7

Tints of Manatee #9396A7

RGB

 RED value IS 147 (57.81% from 255) = 31.68%

 GREEN value IS 150 (58.98% from 255) = 32.33%

 BLUE value IS 167 (65.63% from 255) = 35.99%

R = 31.68%
G = 32.33%
B = 35.99%

CMYK

 C value IS 0.12

 M value IS 0.10

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#9396A7 (or 0x9396A7) is known color: Manatee. HEX triplet: 93, 96 and A7. RGB value is (147,150,167). Sum of RGB (Red+Green+Blue) = 147+150+167=464 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.68% from 464); Green value is 150 (58.98% from 255 or 32.33% from 464); Blue value is 167 (65.62% from 255 or 35.99% from 464); Max value from RGB is 167 - color contains mainly: blue. Hex color #9396A7 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9396A7 is #6C6958. Grayscale: #969696. Windows color (decimal): -7104857 or 10983059. OLE color: 10983059.

HSL color Cylindrical-coordinate representation of color #9396A7: hue angle of 231º degrees, saturation: 0.1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9396A7 is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 147 150 167 -
CMYK 0.12 0.10 0 0.35
HSL 231º 0.1% 0.62% -
HSV(B) 231º 0.12% 0.65% -
XYZ 29.91 30.81 40.93 -
YUV 151.04 137.01 125.12 -
System Red Green Blue C M Y K H S L
Decimal 147 150 167 0.12 0.10 0 0.35 231 0.1 0.62
Hex 93 96 A7 C A 0 23 E7 A 3E
Octal 223 226 247 14 12 0 43 347 12 76
Binary 10010011 10010110 10100111 1100 1010 0 100011 11100111 1010 111110

Color Harmonies of #9396A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9396A7

Black with #9396A7

Text Example


Text Example

White with #9396A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9396A7; }

 p { color: rgb(147,150,167); }

 H1.HeaderClassName
 {
   color: #9396A7;
 }
 .AnyTagClassName
 {
   color: #9396A7;
 }
</style>

background-color css

<style>
 a { background-color: #9396A7; }

 a { background-color: rgb(147,150,167); }

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

border-color css

<style>
 span { border-color: #9396A7; }

 span { border-color: rgb(147,150,167); }

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