Html Css Color HEX #8D93AA Manatee

📋 copy color: '#8D93AA'

red 141 ◦ green 147 ◦ blue 170

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

Shades of Manatee #8D93AA

Tints of Manatee #8D93AA

RGB

 RED value IS 141 (55.47% from 255) = 30.79%

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

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

R = 30.79%
G = 32.1%
B = 37.12%

CMYK

 C value IS 0.17

 M value IS 0.14

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8D93AA (or 0x8D93AA) is known color: Manatee. HEX triplet: 8D, 93 and AA. RGB value is (141,147,170). Sum of RGB (Red+Green+Blue) = 141+147+170=458 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.79% from 458); Green value is 147 (57.81% from 255 or 32.10% from 458); Blue value is 170 (66.80% from 255 or 37.12% from 458); Max value from RGB is 170 - color contains mainly: blue. Hex color #8D93AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D93AA is #726C55. Grayscale: #939393. Windows color (decimal): -7498838 or 11178893. OLE color: 11178893.

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

Color convert

RGB 141 147 170 -
CMYK 0.17 0.14 0 0.33
HSL 227.59º 0.15% 0.61% -
HSV(B) 227.59º 0.17% 0.67% -
XYZ 28.67 29.43 42.2 -
YUV 147.83 140.51 123.13 -
System Red Green Blue C M Y K H S L
Decimal 141 147 170 0.17 0.14 0 0.33 227.59 0.15 0.61
Hex 8D 93 AA 11 E 0 21 E4 F 3D
Octal 215 223 252 21 16 0 41 344 17 75
Binary 10001101 10010011 10101010 10001 1110 0 100001 11100100 1111 111101

Color Harmonies of #8D93AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D93AA

Black with #8D93AA

Text Example


Text Example

White with #8D93AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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