Html Css Color HEX #8C8EAE Manatee

📋 copy color: '#8C8EAE'

red 140 ◦ green 142 ◦ blue 174

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

Shades of Manatee #8C8EAE

Tints of Manatee #8C8EAE

RGB

 RED value IS 140 (55.08% from 255) = 30.7%

 GREEN value IS 142 (55.86% from 255) = 31.14%

 BLUE value IS 174 (68.36% from 255) = 38.16%

R = 30.7%
G = 31.14%
B = 38.16%

CMYK

 C value IS 0.20

 M value IS 0.18

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8C8EAE (or 0x8C8EAE) is known color: Manatee. HEX triplet: 8C, 8E and AE. RGB value is (140,142,174). Sum of RGB (Red+Green+Blue) = 140+142+174=456 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.70% from 456); Green value is 142 (55.86% from 255 or 31.14% from 456); Blue value is 174 (68.36% from 255 or 38.16% from 456); Max value from RGB is 174 - color contains mainly: blue. Hex color #8C8EAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C8EAE is #737151. Grayscale: #909090. Windows color (decimal): -7565650 or 11439756. OLE color: 11439756.

HSL color Cylindrical-coordinate representation of color #8C8EAE: hue angle of 236.47º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8C8EAE is Cyan = 0.20, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 140 142 174 -
CMYK 0.20 0.18 0 0.32
HSL 236.47º 0.17% 0.62% -
HSV(B) 236.47º 0.2% 0.68% -
XYZ 28.13 27.98 43.96 -
YUV 145.05 144.34 124.4 -
System Red Green Blue C M Y K H S L
Decimal 140 142 174 0.20 0.18 0 0.32 236.47 0.17 0.62
Hex 8C 8E AE 14 12 0 20 EC 11 3E
Octal 214 216 256 24 22 0 40 354 21 76
Binary 10001100 10001110 10101110 10100 10010 0 100000 11101100 10001 111110

Color Harmonies of #8C8EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C8EAE

Black with #8C8EAE

Text Example


Text Example

White with #8C8EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,142,174); }

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

background-color css

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

 a { background-color: rgb(140,142,174); }

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

border-color css

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

 span { border-color: rgb(140,142,174); }

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