Html Css Color HEX #8A8D98 Manatee

📋 copy color: '#8A8D98'

red 138 ◦ green 141 ◦ blue 152

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

Shades of Manatee #8A8D98

Tints of Manatee #8A8D98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 35.27%

R = 32.02%
G = 32.71%
B = 35.27%

CMYK

 C value IS 0.09

 M value IS 0.07

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#8A8D98 (or 0x8A8D98) is known color: Manatee. HEX triplet: 8A, 8D and 98. RGB value is (138,141,152). Sum of RGB (Red+Green+Blue) = 138+141+152=431 (57% of max value = 765). Red value is 138 (54.30% from 255 or 32.02% from 431); Green value is 141 (55.47% from 255 or 32.71% from 431); Blue value is 152 (59.77% from 255 or 35.27% from 431); Max value from RGB is 152 - color contains mainly: blue. Hex color #8A8D98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A8D98 is #757267. Grayscale: #8D8D8D. Windows color (decimal): -7697000 or 9997706. OLE color: 9997706.

HSL color Cylindrical-coordinate representation of color #8A8D98: hue angle of 227.14º degrees, saturation: 0.06, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #8A8D98 is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 138 141 152 -
CMYK 0.09 0.07 0 0.40
HSL 227.14º 0.06% 0.57% -
HSV(B) 227.14º 0.09% 0.6% -
XYZ 25.67 26.72 33.51 -
YUV 141.36 134.01 125.61 -
System Red Green Blue C M Y K H S L
Decimal 138 141 152 0.09 0.07 0 0.40 227.14 0.06 0.57
Hex 8A 8D 98 9 7 0 28 E3 6 39
Octal 212 215 230 11 7 0 50 343 6 71
Binary 10001010 10001101 10011000 1001 111 0 101000 11100011 110 111001

Color Harmonies of #8A8D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A8D98

Black with #8A8D98

Text Example


Text Example

White with #8A8D98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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