Html Css Color HEX #8A9F8C Envy

📋 copy color: '#8A9F8C'

red 138 ◦ green 159 ◦ blue 140

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

Shades of Envy #8A9F8C

Tints of Envy #8A9F8C

RGB

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

 GREEN value IS 159 (62.5% from 255) = 36.38%

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

R = 31.58%
G = 36.38%
B = 32.04%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.12

 K value IS 0.38

RGB Variations

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

Color information

#8A9F8C (or 0x8A9F8C) is known color: Envy. HEX triplet: 8A, 9F and 8C. RGB value is (138,159,140). Sum of RGB (Red+Green+Blue) = 138+159+140=437 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.58% from 437); Green value is 159 (62.5% from 255 or 36.38% from 437); Blue value is 140 (55.08% from 255 or 32.04% from 437); Max value from RGB is 159 - color contains mainly: green. Hex color #8A9F8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A9F8C is #756073. Grayscale: #969696. Windows color (decimal): -7692404 or 9215882. OLE color: 9215882.

HSL color Cylindrical-coordinate representation of color #8A9F8C: hue angle of 125.71º degrees, saturation: 0.1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #8A9F8C is Cyan = 0.13, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.38.

Color convert

RGB 138 159 140 -
CMYK 0.13 0 0.12 0.38
HSL 125.71º 0.1% 0.58% -
HSV(B) 125.71º 0.13% 0.62% -
XYZ 27.61 32.09 29.55 -
YUV 150.56 122.04 119.04 -
System Red Green Blue C M Y K H S L
Decimal 138 159 140 0.13 0 0.12 0.38 125.71 0.1 0.58
Hex 8A 9F 8C D 0 C 26 7E A 3A
Octal 212 237 214 15 0 14 46 176 12 72
Binary 10001010 10011111 10001100 1101 0 1100 100110 1111110 1010 111010

Color Harmonies of #8A9F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A9F8C

Black with #8A9F8C

Text Example


Text Example

White with #8A9F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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