Html Css Color HEX #8A9B8D Envy

📋 copy color: '#8A9B8D'

red 138 ◦ green 155 ◦ blue 141

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

Shades of Envy #8A9B8D

Tints of Envy #8A9B8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 32.49%

R = 31.8%
G = 35.71%
B = 32.49%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.09

 K value IS 0.39

RGB Variations

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

Color information

#8A9B8D (or 0x8A9B8D) is known color: Envy. HEX triplet: 8A, 9B and 8D. RGB value is (138,155,141). Sum of RGB (Red+Green+Blue) = 138+155+141=434 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.80% from 434); Green value is 155 (60.94% from 255 or 35.71% from 434); Blue value is 141 (55.47% from 255 or 32.49% from 434); Max value from RGB is 155 - color contains mainly: green. Hex color #8A9B8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A9B8D is #756472. Grayscale: #949494. Windows color (decimal): -7693427 or 9280394. OLE color: 9280394.

HSL color Cylindrical-coordinate representation of color #8A9B8D: hue angle of 130.59º 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 #8A9B8D is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.39.

Color convert

RGB 138 155 141 -
CMYK 0.11 0 0.09 0.39
HSL 130.59º 0.08% 0.57% -
HSV(B) 130.59º 0.11% 0.61% -
XYZ 27.01 30.77 29.71 -
YUV 148.32 123.87 120.64 -
System Red Green Blue C M Y K H S L
Decimal 138 155 141 0.11 0 0.09 0.39 130.59 0.08 0.57
Hex 8A 9B 8D B 0 9 27 83 8 39
Octal 212 233 215 13 0 11 47 203 10 71
Binary 10001010 10011011 10001101 1011 0 1001 100111 10000011 1000 111001

Color Harmonies of #8A9B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A9B8D

Black with #8A9B8D

Text Example


Text Example

White with #8A9B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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