Html Css Color HEX #8D8EAA Manatee

📋 copy color: '#8D8EAA'

red 141 ◦ green 142 ◦ blue 170

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

Shades of Manatee #8D8EAA

Tints of Manatee #8D8EAA

RGB

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

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

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

R = 31.13%
G = 31.35%
B = 37.53%

CMYK

 C value IS 0.17

 M value IS 0.16

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8D8EAA (or 0x8D8EAA) is known color: Manatee. HEX triplet: 8D, 8E and AA. RGB value is (141,142,170). Sum of RGB (Red+Green+Blue) = 141+142+170=453 (60% of max value = 765). Red value is 141 (55.47% from 255 or 31.13% from 453); Green value is 142 (55.86% from 255 or 31.35% from 453); Blue value is 170 (66.80% from 255 or 37.53% from 453); Max value from RGB is 170 - color contains mainly: blue. Hex color #8D8EAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D8EAA is #727155. Grayscale: #909090. Windows color (decimal): -7500118 or 11177613. OLE color: 11177613.

HSL color Cylindrical-coordinate representation of color #8D8EAA: hue angle of 237.93º 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 #8D8EAA is Cyan = 0.17, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 141 142 170 -
CMYK 0.17 0.16 0 0.33
HSL 237.93º 0.15% 0.61% -
HSV(B) 237.93º 0.17% 0.67% -
XYZ 27.91 27.91 41.95 -
YUV 144.89 142.17 125.22 -
System Red Green Blue C M Y K H S L
Decimal 141 142 170 0.17 0.16 0 0.33 237.93 0.15 0.61
Hex 8D 8E AA 11 10 0 21 EE F 3D
Octal 215 216 252 21 20 0 41 356 17 75
Binary 10001101 10001110 10101010 10001 10000 0 100001 11101110 1111 111101

Color Harmonies of #8D8EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D8EAA

Black with #8D8EAA

Text Example


Text Example

White with #8D8EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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