#9B9DA3

Color #9B9DA3 Manatee (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Manatee #9B9DA3

Tints of Manatee #9B9DA3

Color information

#9B9DA3 (or 0x9B9DA3) is unknown color: approx Manatee. HEX triplet: 9B, 9D and A3. RGB value is (155,157,163). Sum of RGB (Red+Green+Blue) = 155+157+163=475 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.63% from 475); Green value is 157 (61.72% from 255 or 33.05% from 475); Blue value is 163 (64.06% from 255 or 34.32% from 475); Max value from RGB is 163 - color contains mainly: blue. Hex color #9B9DA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B9DA3 is #64625C. Grayscale: #9D9D9D. Windows color (decimal): -6578781 or 10722715. OLE color: 10722715.

HSL color Cylindrical-coordinate representation of color #9B9DA3: hue angle of 225º degrees, saturation: 0.04, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #9B9DA3 is Cyan = 0.05, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB155157163-
CMYK0.050.0400.36
HSL225º4.17%62.35%-
HSV(B)225º4.91%63.92%-
XYZ32.1933.7339.46-
YUV157.09131.34126.51-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.63%
GREEN value IS 157 (61.72% from 255) = 33.05%
BLUE value IS 163 (64.06% from 255) = 34.32%
R=32.63%
G=33.05%
B=34.32%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1551571630.050.0400.362254.1762.35
Hex9B9DA354024e143e
Octal23323524354044341476
Binary100110111001110110100011101100010010011100001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B9DA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B9DA3; }

 p { color: rgb(155,157,163); }

 H1.HeaderClassName
 {
   color: #9B9DA3;
 }
 .AnyTagClassName
 {
   color: #9B9DA3;
 }
</style>
background-color css

<style>
 a { background-color: #9B9DA3; }

 a { background-color: rgb(155,157,163); }

 div.DivClassName
 {
   background-color: #9B9DA3;
 }
 .BgClassName
 {
   background-color: #9B9DA3;
 }
</style>
border-color css

<style>
 span { border-color: #9B9DA3; }

 span { border-color: rgb(155,157,163); }

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