Html Css Color HEX #8E8FAC Manatee

📋 copy color: '#8E8FAC'

red 142 ◦ green 143 ◦ blue 172

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

Shades of Manatee #8E8FAC

Tints of Manatee #8E8FAC

RGB

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

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

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

R = 31.07%
G = 31.29%
B = 37.64%

CMYK

 C value IS 0.17

 M value IS 0.17

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8E8FAC (or 0x8E8FAC) is known color: Manatee. HEX triplet: 8E, 8F and AC. RGB value is (142,143,172). Sum of RGB (Red+Green+Blue) = 142+143+172=457 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.07% from 457); Green value is 143 (56.25% from 255 or 31.29% from 457); Blue value is 172 (67.58% from 255 or 37.64% from 457); Max value from RGB is 172 - color contains mainly: blue. Hex color #8E8FAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E8FAC is #717053. Grayscale: #919191. Windows color (decimal): -7434324 or 11308942. OLE color: 11308942.

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

Color convert

RGB 142 143 172 -
CMYK 0.17 0.17 0 0.33
HSL 238º 0.15% 0.62% -
HSV(B) 238º 0.17% 0.67% -
XYZ 28.42 28.37 43.01 -
YUV 146.01 142.67 125.14 -
System Red Green Blue C M Y K H S L
Decimal 142 143 172 0.17 0.17 0 0.33 238 0.15 0.62
Hex 8E 8F AC 11 11 0 21 EE F 3E
Octal 216 217 254 21 21 0 41 356 17 76
Binary 10001110 10001111 10101100 10001 10001 0 100001 11101110 1111 111110

Color Harmonies of #8E8FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E8FAC

Black with #8E8FAC

Text Example


Text Example

White with #8E8FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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