Html Css Color HEX #8A958C Envy

📋 copy color: '#8A958C'

red 138 ◦ green 149 ◦ blue 140

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

Shades of Envy #8A958C

Tints of Envy #8A958C

RGB

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

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

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

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

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.06

 K value IS 0.42

RGB Variations

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

Color information

#8A958C (or 0x8A958C) is known color: Envy. HEX triplet: 8A, 95 and 8C. RGB value is (138,149,140). Sum of RGB (Red+Green+Blue) = 138+149+140=427 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.32% from 427); Green value is 149 (58.59% from 255 or 34.89% from 427); Blue value is 140 (55.08% from 255 or 32.79% from 427); Max value from RGB is 149 - color contains mainly: green. Hex color #8A958C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A958C is #756A73. Grayscale: #909090. Windows color (decimal): -7694964 or 9213322. OLE color: 9213322.

HSL color Cylindrical-coordinate representation of color #8A958C: hue angle of 130.91º 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 #8A958C is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB 138 149 140 -
CMYK 0.07 0 0.06 0.42
HSL 130.91º 0.05% 0.56% -
HSV(B) 130.91º 0.07% 0.58% -
XYZ 25.96 28.79 29 -
YUV 144.69 125.36 123.23 -
System Red Green Blue C M Y K H S L
Decimal 138 149 140 0.07 0 0.06 0.42 130.91 0.05 0.56
Hex 8A 95 8C 7 0 6 2A 83 5 38
Octal 212 225 214 7 0 6 52 203 5 70
Binary 10001010 10010101 10001100 111 0 110 101010 10000011 101 111000

Color Harmonies of #8A958C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A958C

Black with #8A958C

Text Example


Text Example

White with #8A958C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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