Html Css Color HEX #8E8FAA Manatee

📋 copy color: '#8E8FAA'

red 142 ◦ green 143 ◦ blue 170

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

Shades of Manatee #8E8FAA

Tints of Manatee #8E8FAA

RGB

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

 GREEN value IS 143 (56.25% from 255) = 31.43%

 BLUE value IS 170 (66.8% from 255) = 37.36%

R = 31.21%
G = 31.43%
B = 37.36%

CMYK

 C value IS 0.16

 M value IS 0.16

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8E8FAA (or 0x8E8FAA) is known color: Manatee. HEX triplet: 8E, 8F and AA. RGB value is (142,143,170). Sum of RGB (Red+Green+Blue) = 142+143+170=455 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.21% from 455); Green value is 143 (56.25% from 255 or 31.43% from 455); Blue value is 170 (66.80% from 255 or 37.36% from 455); Max value from RGB is 170 - color contains mainly: blue. Hex color #8E8FAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E8FAA is #717055. Grayscale: #919191. Windows color (decimal): -7434326 or 11177870. OLE color: 11177870.

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

Color convert

RGB 142 143 170 -
CMYK 0.16 0.16 0 0.33
HSL 237.86º 0.14% 0.61% -
HSV(B) 237.86º 0.16% 0.67% -
XYZ 28.23 28.3 42 -
YUV 145.78 141.67 125.3 -
System Red Green Blue C M Y K H S L
Decimal 142 143 170 0.16 0.16 0 0.33 237.86 0.14 0.61
Hex 8E 8F AA 10 10 0 21 EE E 3D
Octal 216 217 252 20 20 0 41 356 16 75
Binary 10001110 10001111 10101010 10000 10000 0 100001 11101110 1110 111101

Color Harmonies of #8E8FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E8FAA

Black with #8E8FAA

Text Example


Text Example

White with #8E8FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,143,170); }

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

background-color css

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

 a { background-color: rgb(142,143,170); }

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

border-color css

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

 span { border-color: rgb(142,143,170); }

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