Html Css Color HEX #8F93A4 Manatee

📋 copy color: '#8F93A4'

red 143 ◦ green 147 ◦ blue 164

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

Shades of Manatee #8F93A4

Tints of Manatee #8F93A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 36.12%

R = 31.5%
G = 32.38%
B = 36.12%

CMYK

 C value IS 0.13

 M value IS 0.10

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#8F93A4 (or 0x8F93A4) is known color: Manatee. HEX triplet: 8F, 93 and A4. RGB value is (143,147,164). Sum of RGB (Red+Green+Blue) = 143+147+164=454 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.50% from 454); Green value is 147 (57.81% from 255 or 32.38% from 454); Blue value is 164 (64.45% from 255 or 36.12% from 454); Max value from RGB is 164 - color contains mainly: blue. Hex color #8F93A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F93A4 is #706C5B. Grayscale: #939393. Windows color (decimal): -7367772 or 10785679. OLE color: 10785679.

HSL color Cylindrical-coordinate representation of color #8F93A4: hue angle of 228.57º degrees, saturation: 0.1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #8F93A4 is Cyan = 0.13, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 143 147 164 -
CMYK 0.13 0.10 0 0.36
HSL 228.57º 0.1% 0.6% -
HSV(B) 228.57º 0.13% 0.64% -
XYZ 28.46 29.39 39.29 -
YUV 147.74 137.17 124.62 -
System Red Green Blue C M Y K H S L
Decimal 143 147 164 0.13 0.10 0 0.36 228.57 0.1 0.6
Hex 8F 93 A4 D A 0 24 E5 A 3C
Octal 217 223 244 15 12 0 44 345 12 74
Binary 10001111 10010011 10100100 1101 1010 0 100100 11100101 1010 111100

Color Harmonies of #8F93A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F93A4

Black with #8F93A4

Text Example


Text Example

White with #8F93A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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