Html Css Color HEX #8D9F95 Edward

📋 copy color: '#8D9F95'

red 141 ◦ green 159 ◦ blue 149

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

Shades of Edward #8D9F95

Tints of Edward #8D9F95

RGB

 RED value IS 141 (55.47% from 255) = 31.4%

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

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

R = 31.4%
G = 35.41%
B = 33.18%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.06

 K value IS 0.38

RGB Variations

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

Color information

#8D9F95 (or 0x8D9F95) is known color: Edward. HEX triplet: 8D, 9F and 95. RGB value is (141,159,149). Sum of RGB (Red+Green+Blue) = 141+159+149=449 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.40% from 449); Green value is 159 (62.5% from 255 or 35.41% from 449); Blue value is 149 (58.59% from 255 or 33.18% from 449); Max value from RGB is 159 - color contains mainly: green. Hex color #8D9F95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D9F95 is #72606A. Grayscale: #989898. Windows color (decimal): -7495787 or 9805709. OLE color: 9805709.

HSL color Cylindrical-coordinate representation of color #8D9F95: hue angle of 146.67º degrees, saturation: 0.09, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #8D9F95 is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.38.

Color convert

RGB 141 159 149 -
CMYK 0.11 0 0.06 0.38
HSL 146.67º 0.09% 0.59% -
HSV(B) 146.67º 0.11% 0.62% -
XYZ 28.81 32.63 33.21 -
YUV 152.48 126.04 119.81 -
System Red Green Blue C M Y K H S L
Decimal 141 159 149 0.11 0 0.06 0.38 146.67 0.09 0.59
Hex 8D 9F 95 B 0 6 26 93 9 3B
Octal 215 237 225 13 0 6 46 223 11 73
Binary 10001101 10011111 10010101 1011 0 110 100110 10010011 1001 111011

Color Harmonies of #8D9F95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D9F95

Black with #8D9F95

Text Example


Text Example

White with #8D9F95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,159,149); }

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

background-color css

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

 a { background-color: rgb(141,159,149); }

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

border-color css

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

 span { border-color: rgb(141,159,149); }

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