Html Css Color HEX #9094AD Manatee

📋 copy color: '#9094AD'

red 144 ◦ green 148 ◦ blue 173

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

Shades of Manatee #9094AD

Tints of Manatee #9094AD

RGB

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

 GREEN value IS 148 (58.2% from 255) = 31.83%

 BLUE value IS 173 (67.97% from 255) = 37.2%

R = 30.97%
G = 31.83%
B = 37.2%

CMYK

 C value IS 0.17

 M value IS 0.14

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9094AD (or 0x9094AD) is known color: Manatee. HEX triplet: 90, 94 and AD. RGB value is (144,148,173). Sum of RGB (Red+Green+Blue) = 144+148+173=465 (61% of max value = 765). Red value is 144 (56.64% from 255 or 30.97% from 465); Green value is 148 (58.20% from 255 or 31.83% from 465); Blue value is 173 (67.97% from 255 or 37.20% from 465); Max value from RGB is 173 - color contains mainly: blue. Hex color #9094AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9094AD is #6F6B52. Grayscale: #959595. Windows color (decimal): -7301971 or 11375760. OLE color: 11375760.

HSL color Cylindrical-coordinate representation of color #9094AD: hue angle of 231.72º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9094AD is Cyan = 0.17, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 144 148 173 -
CMYK 0.17 0.14 0 0.32
HSL 231.72º 0.15% 0.62% -
HSV(B) 231.72º 0.17% 0.68% -
XYZ 29.63 30.13 43.79 -
YUV 149.65 141.17 123.97 -
System Red Green Blue C M Y K H S L
Decimal 144 148 173 0.17 0.14 0 0.32 231.72 0.15 0.62
Hex 90 94 AD 11 E 0 20 E8 F 3E
Octal 220 224 255 21 16 0 40 350 17 76
Binary 10010000 10010100 10101101 10001 1110 0 100000 11101000 1111 111110

Color Harmonies of #9094AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9094AD

Black with #9094AD

Text Example


Text Example

White with #9094AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9094AD; }

 p { color: rgb(144,148,173); }

 H1.HeaderClassName
 {
   color: #9094AD;
 }
 .AnyTagClassName
 {
   color: #9094AD;
 }
</style>

background-color css

<style>
 a { background-color: #9094AD; }

 a { background-color: rgb(144,148,173); }

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

border-color css

<style>
 span { border-color: #9094AD; }

 span { border-color: rgb(144,148,173); }

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