Html Css Color HEX #8C90AB Manatee

📋 copy color: '#8C90AB'

red 140 ◦ green 144 ◦ blue 171

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

Shades of Manatee #8C90AB

Tints of Manatee #8C90AB

RGB

 RED value IS 140 (55.08% from 255) = 30.77%

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

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

R = 30.77%
G = 31.65%
B = 37.58%

CMYK

 C value IS 0.18

 M value IS 0.16

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8C90AB (or 0x8C90AB) is known color: Manatee. HEX triplet: 8C, 90 and AB. RGB value is (140,144,171). Sum of RGB (Red+Green+Blue) = 140+144+171=455 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.77% from 455); Green value is 144 (56.64% from 255 or 31.65% from 455); Blue value is 171 (67.19% from 255 or 37.58% from 455); Max value from RGB is 171 - color contains mainly: blue. Hex color #8C90AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C90AB is #736F54. Grayscale: #919191. Windows color (decimal): -7565141 or 11243660. OLE color: 11243660.

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

Color convert

RGB 140 144 171 -
CMYK 0.18 0.16 0 0.33
HSL 232.26º 0.16% 0.61% -
HSV(B) 232.26º 0.18% 0.67% -
XYZ 28.14 28.46 42.54 -
YUV 145.88 142.17 123.8 -
System Red Green Blue C M Y K H S L
Decimal 140 144 171 0.18 0.16 0 0.33 232.26 0.16 0.61
Hex 8C 90 AB 12 10 0 21 E8 10 3D
Octal 214 220 253 22 20 0 41 350 20 75
Binary 10001100 10010000 10101011 10010 10000 0 100001 11101000 10000 111101

Color Harmonies of #8C90AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C90AB

Black with #8C90AB

Text Example


Text Example

White with #8C90AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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