Html Css Color HEX #8C93AA Manatee

📋 copy color: '#8C93AA'

red 140 ◦ green 147 ◦ blue 170

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

Shades of Manatee #8C93AA

Tints of Manatee #8C93AA

RGB

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

 GREEN value IS 147 (57.81% from 255) = 32.17%

 BLUE value IS 170 (66.8% from 255) = 37.2%

R = 30.63%
G = 32.17%
B = 37.2%

CMYK

 C value IS 0.18

 M value IS 0.14

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8C93AA (or 0x8C93AA) is known color: Manatee. HEX triplet: 8C, 93 and AA. RGB value is (140,147,170). Sum of RGB (Red+Green+Blue) = 140+147+170=457 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.63% from 457); Green value is 147 (57.81% from 255 or 32.17% from 457); Blue value is 170 (66.80% from 255 or 37.20% from 457); Max value from RGB is 170 - color contains mainly: blue. Hex color #8C93AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C93AA is #736C55. Grayscale: #939393. Windows color (decimal): -7564374 or 11178892. OLE color: 11178892.

HSL color Cylindrical-coordinate representation of color #8C93AA: hue angle of 226º degrees, saturation: 0.15, 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 #8C93AA is Cyan = 0.18, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 140 147 170 -
CMYK 0.18 0.14 0 0.33
HSL 226º 0.15% 0.61% -
HSV(B) 226º 0.18% 0.67% -
XYZ 28.5 29.35 42.19 -
YUV 147.53 140.68 122.63 -
System Red Green Blue C M Y K H S L
Decimal 140 147 170 0.18 0.14 0 0.33 226 0.15 0.61
Hex 8C 93 AA 12 E 0 21 E2 F 3D
Octal 214 223 252 22 16 0 41 342 17 75
Binary 10001100 10010011 10101010 10010 1110 0 100001 11100010 1111 111101

Color Harmonies of #8C93AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C93AA

Black with #8C93AA

Text Example


Text Example

White with #8C93AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,147,170); }

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

background-color css

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

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

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

border-color css

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

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

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