Html Css Color HEX #8A8C95 Manatee

📋 copy color: '#8A8C95'

red 138 ◦ green 140 ◦ blue 149

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

Shades of Manatee #8A8C95

Tints of Manatee #8A8C95

RGB

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

 GREEN value IS 140 (55.08% from 255) = 32.79%

 BLUE value IS 149 (58.59% from 255) = 34.89%

R = 32.32%
G = 32.79%
B = 34.89%

CMYK

 C value IS 0.07

 M value IS 0.06

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#8A8C95 (or 0x8A8C95) is known color: Manatee. HEX triplet: 8A, 8C and 95. RGB value is (138,140,149). Sum of RGB (Red+Green+Blue) = 138+140+149=427 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.32% from 427); Green value is 140 (55.08% from 255 or 32.79% from 427); Blue value is 149 (58.59% from 255 or 34.89% from 427); Max value from RGB is 149 - color contains mainly: blue. Hex color #8A8C95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A8C95 is #75736A. Grayscale: #8C8C8C. Windows color (decimal): -7697259 or 9800842. OLE color: 9800842.

HSL color Cylindrical-coordinate representation of color #8A8C95: hue angle of 229.09º degrees, saturation: 0.05, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #8A8C95 is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 138 140 149 -
CMYK 0.07 0.06 0 0.42
HSL 229.09º 0.05% 0.56% -
HSV(B) 229.09º 0.07% 0.58% -
XYZ 25.28 26.33 32.18 -
YUV 140.43 132.84 126.27 -
System Red Green Blue C M Y K H S L
Decimal 138 140 149 0.07 0.06 0 0.42 229.09 0.05 0.56
Hex 8A 8C 95 7 6 0 2A E5 5 38
Octal 212 214 225 7 6 0 52 345 5 70
Binary 10001010 10001100 10010101 111 110 0 101010 11100101 101 111000

Color Harmonies of #8A8C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A8C95

Black with #8A8C95

Text Example


Text Example

White with #8A8C95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,140,149); }

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

background-color css

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

 a { background-color: rgb(138,140,149); }

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

border-color css

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

 span { border-color: rgb(138,140,149); }

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