Html Css Color HEX #9096AC Manatee

📋 copy color: '#9096AC'

red 144 ◦ green 150 ◦ blue 172

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

Shades of Manatee #9096AC

Tints of Manatee #9096AC

RGB

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

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

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

R = 30.9%
G = 32.19%
B = 36.91%

CMYK

 C value IS 0.16

 M value IS 0.13

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9096AC (or 0x9096AC) is known color: Manatee. HEX triplet: 90, 96 and AC. RGB value is (144,150,172). Sum of RGB (Red+Green+Blue) = 144+150+172=466 (61% of max value = 765). Red value is 144 (56.64% from 255 or 30.90% from 466); Green value is 150 (58.98% from 255 or 32.19% from 466); Blue value is 172 (67.58% from 255 or 36.91% from 466); Max value from RGB is 172 - color contains mainly: blue. Hex color #9096AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9096AC is #6F6953. Grayscale: #969696. Windows color (decimal): -7301460 or 11310736. OLE color: 11310736.

HSL color Cylindrical-coordinate representation of color #9096AC: hue angle of 227.14º 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 #9096AC is Cyan = 0.16, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 144 150 172 -
CMYK 0.16 0.13 0 0.33
HSL 227.14º 0.14% 0.62% -
HSV(B) 227.14º 0.16% 0.67% -
XYZ 29.85 30.72 43.39 -
YUV 150.71 140.01 123.21 -
System Red Green Blue C M Y K H S L
Decimal 144 150 172 0.16 0.13 0 0.33 227.14 0.14 0.62
Hex 90 96 AC 10 D 0 21 E3 E 3E
Octal 220 226 254 20 15 0 41 343 16 76
Binary 10010000 10010110 10101100 10000 1101 0 100001 11100011 1110 111110

Color Harmonies of #9096AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9096AC

Black with #9096AC

Text Example


Text Example

White with #9096AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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