Html Css Color HEX #8F9D95 Edward

📋 copy color: '#8F9D95'

red 143 ◦ green 157 ◦ blue 149

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

Shades of Edward #8F9D95

Tints of Edward #8F9D95

RGB

 RED value IS 143 (56.25% from 255) = 31.85%

 GREEN value IS 157 (61.72% from 255) = 34.97%

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

R = 31.85%
G = 34.97%
B = 33.18%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.05

 K value IS 0.38

RGB Variations

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

Color information

#8F9D95 (or 0x8F9D95) is known color: Edward. HEX triplet: 8F, 9D and 95. RGB value is (143,157,149). Sum of RGB (Red+Green+Blue) = 143+157+149=449 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.85% from 449); Green value is 157 (61.72% from 255 or 34.97% from 449); Blue value is 149 (58.59% from 255 or 33.18% from 449); Max value from RGB is 157 - color contains mainly: green. Hex color #8F9D95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F9D95 is #70626A. Grayscale: #979797. Windows color (decimal): -7365227 or 9805199. OLE color: 9805199.

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

Color convert

RGB 143 157 149 -
CMYK 0.09 0 0.05 0.38
HSL 145.71º 0.07% 0.59% -
HSV(B) 145.71º 0.09% 0.62% -
XYZ 28.81 32.12 33.12 -
YUV 151.9 126.36 121.65 -
System Red Green Blue C M Y K H S L
Decimal 143 157 149 0.09 0 0.05 0.38 145.71 0.07 0.59
Hex 8F 9D 95 9 0 5 26 92 7 3B
Octal 217 235 225 11 0 5 46 222 7 73
Binary 10001111 10011101 10010101 1001 0 101 100110 10010010 111 111011

Color Harmonies of #8F9D95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F9D95

Black with #8F9D95

Text Example


Text Example

White with #8F9D95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,157,149); }

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

background-color css

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

 a { background-color: rgb(143,157,149); }

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

border-color css

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

 span { border-color: rgb(143,157,149); }

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