Html Css Color HEX #8F95AB Manatee

📋 copy color: '#8F95AB'

red 143 ◦ green 149 ◦ blue 171

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

Shades of Manatee #8F95AB

Tints of Manatee #8F95AB

RGB

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

 GREEN value IS 149 (58.59% from 255) = 32.18%

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

R = 30.89%
G = 32.18%
B = 36.93%

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

#8F95AB (or 0x8F95AB) is known color: Manatee. HEX triplet: 8F, 95 and AB. RGB value is (143,149,171). Sum of RGB (Red+Green+Blue) = 143+149+171=463 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.89% from 463); Green value is 149 (58.59% from 255 or 32.18% from 463); Blue value is 171 (67.19% from 255 or 36.93% from 463); Max value from RGB is 171 - color contains mainly: blue. Hex color #8F95AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F95AB is #706A54. Grayscale: #959595. Windows color (decimal): -7367253 or 11244943. OLE color: 11244943.

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

Color convert

RGB 143 149 171 -
CMYK 0.16 0.13 0 0.33
HSL 227.14º 0.14% 0.62% -
HSV(B) 227.14º 0.16% 0.67% -
XYZ 29.43 30.27 42.82 -
YUV 149.71 140.01 123.21 -
System Red Green Blue C M Y K H S L
Decimal 143 149 171 0.16 0.13 0 0.33 227.14 0.14 0.62
Hex 8F 95 AB 10 D 0 21 E3 E 3E
Octal 217 225 253 20 15 0 41 343 16 76
Binary 10001111 10010101 10101011 10000 1101 0 100001 11100011 1110 111110

Color Harmonies of #8F95AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F95AB

Black with #8F95AB

Text Example


Text Example

White with #8F95AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,149,171); }

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

background-color css

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

 a { background-color: rgb(143,149,171); }

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

border-color css

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

 span { border-color: rgb(143,149,171); }

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