Html Css Color HEX #8A8DA4 Manatee

📋 copy color: '#8A8DA4'

red 138 ◦ green 141 ◦ blue 164

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

Shades of Manatee #8A8DA4

Tints of Manatee #8A8DA4

RGB

 RED value IS 138 (54.3% from 255) = 31.15%

 GREEN value IS 141 (55.47% from 255) = 31.83%

 BLUE value IS 164 (64.45% from 255) = 37.02%

R = 31.15%
G = 31.83%
B = 37.02%

CMYK

 C value IS 0.16

 M value IS 0.14

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#8A8DA4 (or 0x8A8DA4) is known color: Manatee. HEX triplet: 8A, 8D and A4. RGB value is (138,141,164). Sum of RGB (Red+Green+Blue) = 138+141+164=443 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.15% from 443); Green value is 141 (55.47% from 255 or 31.83% from 443); Blue value is 164 (64.45% from 255 or 37.02% from 443); Max value from RGB is 164 - color contains mainly: blue. Hex color #8A8DA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A8DA4 is #75725B. Grayscale: #8E8E8E. Windows color (decimal): -7696988 or 10784138. OLE color: 10784138.

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

Color convert

RGB 138 141 164 -
CMYK 0.16 0.14 0 0.36
HSL 233.08º 0.13% 0.59% -
HSV(B) 233.08º 0.16% 0.64% -
XYZ 26.71 27.13 38.95 -
YUV 142.73 140.01 124.63 -
System Red Green Blue C M Y K H S L
Decimal 138 141 164 0.16 0.14 0 0.36 233.08 0.13 0.59
Hex 8A 8D A4 10 E 0 24 E9 C 3B
Octal 212 215 244 20 16 0 44 351 14 73
Binary 10001010 10001101 10100100 10000 1110 0 100100 11101001 1100 111011

Color Harmonies of #8A8DA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A8DA4

Black with #8A8DA4

Text Example


Text Example

White with #8A8DA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,141,164); }

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

background-color css

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

 a { background-color: rgb(138,141,164); }

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

border-color css

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

 span { border-color: rgb(138,141,164); }

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