Html Css Color HEX #9096AB Manatee

📋 copy color: '#9096AB'

red 144 ◦ green 150 ◦ blue 171

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

Shades of Manatee #9096AB

Tints of Manatee #9096AB

RGB

 RED value IS 144 (56.64% from 255) = 30.97%

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

 BLUE value IS 171 (67.19% from 255) = 36.77%

R = 30.97%
G = 32.26%
B = 36.77%

CMYK

 C value IS 0.16

 M value IS 0.12

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9096AB (or 0x9096AB) is known color: Manatee. HEX triplet: 90, 96 and AB. RGB value is (144,150,171). Sum of RGB (Red+Green+Blue) = 144+150+171=465 (61% of max value = 765). Red value is 144 (56.64% from 255 or 30.97% from 465); Green value is 150 (58.98% from 255 or 32.26% from 465); Blue value is 171 (67.19% from 255 or 36.77% from 465); Max value from RGB is 171 - color contains mainly: blue. Hex color #9096AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9096AB is #6F6954. Grayscale: #969696. Windows color (decimal): -7301461 or 11245200. OLE color: 11245200.

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

Color convert

RGB 144 150 171 -
CMYK 0.16 0.12 0 0.33
HSL 226.67º 0.14% 0.62% -
HSV(B) 226.67º 0.16% 0.67% -
XYZ 29.76 30.68 42.88 -
YUV 150.6 139.51 123.29 -
System Red Green Blue C M Y K H S L
Decimal 144 150 171 0.16 0.12 0 0.33 226.67 0.14 0.62
Hex 90 96 AB 10 C 0 21 E3 E 3E
Octal 220 226 253 20 14 0 41 343 16 76
Binary 10010000 10010110 10101011 10000 1100 0 100001 11100011 1110 111110

Color Harmonies of #9096AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9096AB

Black with #9096AB

Text Example


Text Example

White with #9096AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9096AB; }

 p { color: rgb(144,150,171); }

 H1.HeaderClassName
 {
   color: #9096AB;
 }
 .AnyTagClassName
 {
   color: #9096AB;
 }
</style>

background-color css

<style>
 a { background-color: #9096AB; }

 a { background-color: rgb(144,150,171); }

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

border-color css

<style>
 span { border-color: #9096AB; }

 span { border-color: rgb(144,150,171); }

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