Html Css Color HEX #8F93AC Manatee

📋 copy color: '#8F93AC'

red 143 ◦ green 147 ◦ blue 172

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

Shades of Manatee #8F93AC

Tints of Manatee #8F93AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 37.23%

R = 30.95%
G = 31.82%
B = 37.23%

CMYK

 C value IS 0.17

 M value IS 0.15

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8F93AC (or 0x8F93AC) is known color: Manatee. HEX triplet: 8F, 93 and AC. RGB value is (143,147,172). Sum of RGB (Red+Green+Blue) = 143+147+172=462 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.95% from 462); Green value is 147 (57.81% from 255 or 31.82% from 462); Blue value is 172 (67.58% from 255 or 37.23% from 462); Max value from RGB is 172 - color contains mainly: blue. Hex color #8F93AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F93AC is #706C53. Grayscale: #949494. Windows color (decimal): -7367764 or 11309967. OLE color: 11309967.

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

Color convert

RGB 143 147 172 -
CMYK 0.17 0.15 0 0.33
HSL 231.72º 0.15% 0.62% -
HSV(B) 231.72º 0.17% 0.67% -
XYZ 29.21 29.69 43.22 -
YUV 148.65 141.17 123.97 -
System Red Green Blue C M Y K H S L
Decimal 143 147 172 0.17 0.15 0 0.33 231.72 0.15 0.62
Hex 8F 93 AC 11 F 0 21 E8 F 3E
Octal 217 223 254 21 17 0 41 350 17 76
Binary 10001111 10010011 10101100 10001 1111 0 100001 11101000 1111 111110

Color Harmonies of #8F93AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F93AC

Black with #8F93AC

Text Example


Text Example

White with #8F93AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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