Html Css Color HEX #8C8EAB Manatee

📋 copy color: '#8C8EAB'

red 140 ◦ green 142 ◦ blue 171

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

Shades of Manatee #8C8EAB

Tints of Manatee #8C8EAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 37.75%

R = 30.91%
G = 31.35%
B = 37.75%

CMYK

 C value IS 0.18

 M value IS 0.17

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8C8EAB (or 0x8C8EAB) is known color: Manatee. HEX triplet: 8C, 8E and AB. RGB value is (140,142,171). Sum of RGB (Red+Green+Blue) = 140+142+171=453 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.91% from 453); Green value is 142 (55.86% from 255 or 31.35% from 453); Blue value is 171 (67.19% from 255 or 37.75% from 453); Max value from RGB is 171 - color contains mainly: blue. Hex color #8C8EAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C8EAB is #737154. Grayscale: #909090. Windows color (decimal): -7565653 or 11243148. OLE color: 11243148.

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

Color convert

RGB 140 142 171 -
CMYK 0.18 0.17 0 0.33
HSL 236.13º 0.16% 0.61% -
HSV(B) 236.13º 0.18% 0.67% -
XYZ 27.84 27.86 42.44 -
YUV 144.71 142.84 124.64 -
System Red Green Blue C M Y K H S L
Decimal 140 142 171 0.18 0.17 0 0.33 236.13 0.16 0.61
Hex 8C 8E AB 12 11 0 21 EC 10 3D
Octal 214 216 253 22 21 0 41 354 20 75
Binary 10001100 10001110 10101011 10010 10001 0 100001 11101100 10000 111101

Color Harmonies of #8C8EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C8EAB

Black with #8C8EAB

Text Example


Text Example

White with #8C8EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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