Html Css Color HEX #8F94AA Manatee

📋 copy color: '#8F94AA'

red 143 ◦ green 148 ◦ blue 170

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

Shades of Manatee #8F94AA

Tints of Manatee #8F94AA

RGB

 RED value IS 143 (56.25% from 255) = 31.02%

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

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

R = 31.02%
G = 32.1%
B = 36.88%

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

#8F94AA (or 0x8F94AA) is known color: Manatee. HEX triplet: 8F, 94 and AA. RGB value is (143,148,170). Sum of RGB (Red+Green+Blue) = 143+148+170=461 (61% of max value = 765). Red value is 143 (56.25% from 255 or 31.02% from 461); Green value is 148 (58.20% from 255 or 32.10% from 461); Blue value is 170 (66.80% from 255 or 36.88% from 461); Max value from RGB is 170 - color contains mainly: blue. Hex color #8F94AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F94AA is #706B55. Grayscale: #949494. Windows color (decimal): -7367510 or 11179151. OLE color: 11179151.

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

Color convert

RGB 143 148 170 -
CMYK 0.16 0.13 0 0.33
HSL 228.89º 0.14% 0.61% -
HSV(B) 228.89º 0.16% 0.67% -
XYZ 29.17 29.92 42.27 -
YUV 149.01 139.84 123.71 -
System Red Green Blue C M Y K H S L
Decimal 143 148 170 0.16 0.13 0 0.33 228.89 0.14 0.61
Hex 8F 94 AA 10 D 0 21 E5 E 3D
Octal 217 224 252 20 15 0 41 345 16 75
Binary 10001111 10010100 10101010 10000 1101 0 100001 11100101 1110 111101

Color Harmonies of #8F94AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F94AA

Black with #8F94AA

Text Example


Text Example

White with #8F94AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,148,170); }

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

background-color css

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

 a { background-color: rgb(143,148,170); }

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

border-color css

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

 span { border-color: rgb(143,148,170); }

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