Html Css Color HEX #8E93A4 Manatee

📋 copy color: '#8E93A4'

red 142 ◦ green 147 ◦ blue 164

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

Shades of Manatee #8E93A4

Tints of Manatee #8E93A4

RGB

 RED value IS 142 (55.86% from 255) = 31.35%

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

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

R = 31.35%
G = 32.45%
B = 36.2%

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

#8E93A4 (or 0x8E93A4) is known color: Manatee. HEX triplet: 8E, 93 and A4. RGB value is (142,147,164). Sum of RGB (Red+Green+Blue) = 142+147+164=453 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.35% from 453); Green value is 147 (57.81% from 255 or 32.45% from 453); Blue value is 164 (64.45% from 255 or 36.20% from 453); Max value from RGB is 164 - color contains mainly: blue. Hex color #8E93A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E93A4 is #716C5B. Grayscale: #939393. Windows color (decimal): -7433308 or 10785678. OLE color: 10785678.

HSL color Cylindrical-coordinate representation of color #8E93A4: hue angle of 226.36º degrees, saturation: 0.11, 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 #8E93A4 is Cyan = 0.13, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 142 147 164 -
CMYK 0.13 0.10 0 0.36
HSL 226.36º 0.11% 0.6% -
HSV(B) 226.36º 0.13% 0.64% -
XYZ 28.29 29.3 39.29 -
YUV 147.44 137.34 124.12 -
System Red Green Blue C M Y K H S L
Decimal 142 147 164 0.13 0.10 0 0.36 226.36 0.11 0.6
Hex 8E 93 A4 D A 0 24 E2 B 3C
Octal 216 223 244 15 12 0 44 342 13 74
Binary 10001110 10010011 10100100 1101 1010 0 100100 11100010 1011 111100

Color Harmonies of #8E93A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E93A4

Black with #8E93A4

Text Example


Text Example

White with #8E93A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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