Html Css Color HEX #8F94AD Manatee

📋 copy color: '#8F94AD'

red 143 ◦ green 148 ◦ blue 173

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

Shades of Manatee #8F94AD

Tints of Manatee #8F94AD

RGB

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

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

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

R = 30.82%
G = 31.9%
B = 37.28%

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

#8F94AD (or 0x8F94AD) is known color: Manatee. HEX triplet: 8F, 94 and AD. RGB value is (143,148,173). Sum of RGB (Red+Green+Blue) = 143+148+173=464 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.82% from 464); Green value is 148 (58.20% from 255 or 31.90% from 464); Blue value is 173 (67.97% from 255 or 37.28% from 464); Max value from RGB is 173 - color contains mainly: blue. Hex color #8F94AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F94AD is #706B52. Grayscale: #959595. Windows color (decimal): -7367507 or 11375759. OLE color: 11375759.

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

Color convert

RGB 143 148 173 -
CMYK 0.17 0.14 0 0.32
HSL 230º 0.15% 0.62% -
HSV(B) 230º 0.17% 0.68% -
XYZ 29.46 30.04 43.78 -
YUV 149.36 141.34 123.47 -
System Red Green Blue C M Y K H S L
Decimal 143 148 173 0.17 0.14 0 0.32 230 0.15 0.62
Hex 8F 94 AD 11 E 0 20 E6 F 3E
Octal 217 224 255 21 16 0 40 346 17 76
Binary 10001111 10010100 10101101 10001 1110 0 100000 11100110 1111 111110

Color Harmonies of #8F94AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F94AD

Black with #8F94AD

Text Example


Text Example

White with #8F94AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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