Html Css Color HEX #8D90AA Manatee

📋 copy color: '#8D90AA'

red 141 ◦ green 144 ◦ blue 170

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

Shades of Manatee #8D90AA

Tints of Manatee #8D90AA

RGB

 RED value IS 141 (55.47% from 255) = 30.99%

 GREEN value IS 144 (56.64% from 255) = 31.65%

 BLUE value IS 170 (66.8% from 255) = 37.36%

R = 30.99%
G = 31.65%
B = 37.36%

CMYK

 C value IS 0.17

 M value IS 0.15

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8D90AA (or 0x8D90AA) is known color: Manatee. HEX triplet: 8D, 90 and AA. RGB value is (141,144,170). Sum of RGB (Red+Green+Blue) = 141+144+170=455 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.99% from 455); Green value is 144 (56.64% from 255 or 31.65% from 455); Blue value is 170 (66.80% from 255 or 37.36% from 455); Max value from RGB is 170 - color contains mainly: blue. Hex color #8D90AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D90AA is #726F55. Grayscale: #919191. Windows color (decimal): -7499606 or 11178125. OLE color: 11178125.

HSL color Cylindrical-coordinate representation of color #8D90AA: hue angle of 233.79º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8D90AA is Cyan = 0.17, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 141 144 170 -
CMYK 0.17 0.15 0 0.33
HSL 233.79º 0.15% 0.61% -
HSV(B) 233.79º 0.17% 0.67% -
XYZ 28.21 28.51 42.05 -
YUV 146.07 141.51 124.39 -
System Red Green Blue C M Y K H S L
Decimal 141 144 170 0.17 0.15 0 0.33 233.79 0.15 0.61
Hex 8D 90 AA 11 F 0 21 EA F 3D
Octal 215 220 252 21 17 0 41 352 17 75
Binary 10001101 10010000 10101010 10001 1111 0 100001 11101010 1111 111101

Color Harmonies of #8D90AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D90AA

Black with #8D90AA

Text Example


Text Example

White with #8D90AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8D90AA; }

 p { color: rgb(141,144,170); }

 H1.HeaderClassName
 {
   color: #8D90AA;
 }
 .AnyTagClassName
 {
   color: #8D90AA;
 }
</style>

background-color css

<style>
 a { background-color: #8D90AA; }

 a { background-color: rgb(141,144,170); }

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

border-color css

<style>
 span { border-color: #8D90AA; }

 span { border-color: rgb(141,144,170); }

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