Html Css Color HEX #8F93AD Manatee

📋 copy color: '#8F93AD'

red 143 ◦ green 147 ◦ blue 173

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

Shades of Manatee #8F93AD

Tints of Manatee #8F93AD

RGB

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

 GREEN value IS 147 (57.81% from 255) = 31.75%

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

R = 30.89%
G = 31.75%
B = 37.37%

CMYK

 C value IS 0.17

 M value IS 0.15

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8F93AD (or 0x8F93AD) is known color: Manatee. HEX triplet: 8F, 93 and AD. RGB value is (143,147,173). Sum of RGB (Red+Green+Blue) = 143+147+173=463 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.89% from 463); Green value is 147 (57.81% from 255 or 31.75% from 463); Blue value is 173 (67.97% from 255 or 37.37% from 463); Max value from RGB is 173 - color contains mainly: blue. Hex color #8F93AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F93AD is #706C52. Grayscale: #949494. Windows color (decimal): -7367763 or 11375503. OLE color: 11375503.

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

Color convert

RGB 143 147 173 -
CMYK 0.17 0.15 0 0.32
HSL 232º 0.15% 0.62% -
HSV(B) 232º 0.17% 0.68% -
XYZ 29.3 29.72 43.73 -
YUV 148.77 141.67 123.89 -
System Red Green Blue C M Y K H S L
Decimal 143 147 173 0.17 0.15 0 0.32 232 0.15 0.62
Hex 8F 93 AD 11 F 0 20 E8 F 3E
Octal 217 223 255 21 17 0 40 350 17 76
Binary 10001111 10010011 10101101 10001 1111 0 100000 11101000 1111 111110

Color Harmonies of #8F93AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F93AD

Black with #8F93AD

Text Example


Text Example

White with #8F93AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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