Html Css Color HEX #8C8CA3 Manatee

📋 copy color: '#8C8CA3'

red 140 ◦ green 140 ◦ blue 163

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

Shades of Manatee #8C8CA3

Tints of Manatee #8C8CA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 36.79%

R = 31.6%
G = 31.6%
B = 36.79%

CMYK

 C value IS 0.14

 M value IS 0.14

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#8C8CA3 (or 0x8C8CA3) is known color: Manatee. HEX triplet: 8C, 8C and A3. RGB value is (140,140,163). Sum of RGB (Red+Green+Blue) = 140+140+163=443 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.60% from 443); Green value is 140 (55.08% from 255 or 31.60% from 443); Blue value is 163 (64.06% from 255 or 36.79% from 443); Max value from RGB is 163 - color contains mainly: blue. Hex color #8C8CA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C8CA3 is #73735C. Grayscale: #8E8E8E. Windows color (decimal): -7566173 or 10718348. OLE color: 10718348.

HSL color Cylindrical-coordinate representation of color #8C8CA3: hue angle of 240º degrees, saturation: 0.11, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8C8CA3 is Cyan = 0.14, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 140 140 163 -
CMYK 0.14 0.14 0 0.36
HSL 240º 0.11% 0.59% -
HSV(B) 240º 0.14% 0.64% -
XYZ 26.8 26.98 38.44 -
YUV 142.62 139.5 126.13 -
System Red Green Blue C M Y K H S L
Decimal 140 140 163 0.14 0.14 0 0.36 240 0.11 0.59
Hex 8C 8C A3 E E 0 24 F0 B 3B
Octal 214 214 243 16 16 0 44 360 13 73
Binary 10001100 10001100 10100011 1110 1110 0 100100 11110000 1011 111011

Color Harmonies of #8C8CA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C8CA3

Black with #8C8CA3

Text Example


Text Example

White with #8C8CA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,140,163); }

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

background-color css

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

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

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

border-color css

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

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

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