Html Css Color HEX #8A9B8C Envy

📋 copy color: '#8A9B8C'

red 138 ◦ green 155 ◦ blue 140

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

Shades of Envy #8A9B8C

Tints of Envy #8A9B8C

RGB

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

 GREEN value IS 155 (60.94% from 255) = 35.8%

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

R = 31.87%
G = 35.8%
B = 32.33%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.10

 K value IS 0.39

RGB Variations

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

Color information

#8A9B8C (or 0x8A9B8C) is known color: Envy. HEX triplet: 8A, 9B and 8C. RGB value is (138,155,140). Sum of RGB (Red+Green+Blue) = 138+155+140=433 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.87% from 433); Green value is 155 (60.94% from 255 or 35.80% from 433); Blue value is 140 (55.08% from 255 or 32.33% from 433); Max value from RGB is 155 - color contains mainly: green. Hex color #8A9B8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A9B8C is #756473. Grayscale: #949494. Windows color (decimal): -7693428 or 9214858. OLE color: 9214858.

HSL color Cylindrical-coordinate representation of color #8A9B8C: hue angle of 127.06º degrees, saturation: 0.08, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #8A9B8C is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.39.

Color convert

RGB 138 155 140 -
CMYK 0.11 0 0.10 0.39
HSL 127.06º 0.08% 0.57% -
HSV(B) 127.06º 0.11% 0.61% -
XYZ 26.94 30.74 29.32 -
YUV 148.21 123.37 120.72 -
System Red Green Blue C M Y K H S L
Decimal 138 155 140 0.11 0 0.10 0.39 127.06 0.08 0.57
Hex 8A 9B 8C B 0 A 27 7F 8 39
Octal 212 233 214 13 0 12 47 177 10 71
Binary 10001010 10011011 10001100 1011 0 1010 100111 1111111 1000 111001

Color Harmonies of #8A9B8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A9B8C

Black with #8A9B8C

Text Example


Text Example

White with #8A9B8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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