Html Css Color HEX #9098AD Manatee

📋 copy color: '#9098AD'

red 144 ◦ green 152 ◦ blue 173

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

Shades of Manatee #9098AD

Tints of Manatee #9098AD

RGB

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

 GREEN value IS 152 (59.77% from 255) = 32.41%

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

R = 30.7%
G = 32.41%
B = 36.89%

CMYK

 C value IS 0.17

 M value IS 0.12

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9098AD (or 0x9098AD) is known color: Manatee. HEX triplet: 90, 98 and AD. RGB value is (144,152,173). Sum of RGB (Red+Green+Blue) = 144+152+173=469 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.70% from 469); Green value is 152 (59.77% from 255 or 32.41% from 469); Blue value is 173 (67.97% from 255 or 36.89% from 469); Max value from RGB is 173 - color contains mainly: blue. Hex color #9098AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9098AD is #6F6752. Grayscale: #979797. Windows color (decimal): -7300947 or 11376784. OLE color: 11376784.

HSL color Cylindrical-coordinate representation of color #9098AD: hue angle of 223.45º 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 #9098AD is Cyan = 0.17, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 144 152 173 -
CMYK 0.17 0.12 0 0.32
HSL 223.45º 0.15% 0.62% -
HSV(B) 223.45º 0.17% 0.68% -
XYZ 30.27 31.4 44 -
YUV 152 139.85 122.29 -
System Red Green Blue C M Y K H S L
Decimal 144 152 173 0.17 0.12 0 0.32 223.45 0.15 0.62
Hex 90 98 AD 11 C 0 20 DF F 3E
Octal 220 230 255 21 14 0 40 337 17 76
Binary 10010000 10011000 10101101 10001 1100 0 100000 11011111 1111 111110

Color Harmonies of #9098AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9098AD

Black with #9098AD

Text Example


Text Example

White with #9098AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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