Html Css Color HEX #8C8EA1 Manatee

📋 copy color: '#8C8EA1'

red 140 ◦ green 142 ◦ blue 161

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

Shades of Manatee #8C8EA1

Tints of Manatee #8C8EA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 36.34%

R = 31.6%
G = 32.05%
B = 36.34%

CMYK

 C value IS 0.13

 M value IS 0.12

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#8C8EA1 (or 0x8C8EA1) is known color: Manatee. HEX triplet: 8C, 8E and A1. RGB value is (140,142,161). Sum of RGB (Red+Green+Blue) = 140+142+161=443 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.60% from 443); Green value is 142 (55.86% from 255 or 32.05% from 443); Blue value is 161 (63.28% from 255 or 36.34% from 443); Max value from RGB is 161 - color contains mainly: blue. Hex color #8C8EA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C8EA1 is #73715E. Grayscale: #8F8F8F. Windows color (decimal): -7565663 or 10587788. OLE color: 10587788.

HSL color Cylindrical-coordinate representation of color #8C8EA1: hue angle of 234.29º degrees, saturation: 0.1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #8C8EA1 is Cyan = 0.13, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 140 142 161 -
CMYK 0.13 0.12 0 0.37
HSL 234.29º 0.1% 0.59% -
HSV(B) 234.29º 0.13% 0.63% -
XYZ 26.92 27.49 37.61 -
YUV 143.57 137.84 125.46 -
System Red Green Blue C M Y K H S L
Decimal 140 142 161 0.13 0.12 0 0.37 234.29 0.1 0.59
Hex 8C 8E A1 D C 0 25 EA A 3B
Octal 214 216 241 15 14 0 45 352 12 73
Binary 10001100 10001110 10100001 1101 1100 0 100101 11101010 1010 111011

Color Harmonies of #8C8EA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C8EA1

Black with #8C8EA1

Text Example


Text Example

White with #8C8EA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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