Html Css Color HEX #8F9591 Edward

📋 copy color: '#8F9591'

red 143 ◦ green 149 ◦ blue 145

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

Shades of Edward #8F9591

Tints of Edward #8F9591

RGB

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

 GREEN value IS 149 (58.59% from 255) = 34.1%

 BLUE value IS 145 (57.03% from 255) = 33.18%

R = 32.72%
G = 34.1%
B = 33.18%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#8F9591 (or 0x8F9591) is known color: Edward. HEX triplet: 8F, 95 and 91. RGB value is (143,149,145). Sum of RGB (Red+Green+Blue) = 143+149+145=437 (57% of max value = 765). Red value is 143 (56.25% from 255 or 32.72% from 437); Green value is 149 (58.59% from 255 or 34.10% from 437); Blue value is 145 (57.03% from 255 or 33.18% from 437); Max value from RGB is 149 - color contains mainly: green. Hex color #8F9591 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F9591 is #706A6E. Grayscale: #929292. Windows color (decimal): -7367279 or 9541007. OLE color: 9541007.

HSL color Cylindrical-coordinate representation of color #8F9591: hue angle of 140º degrees, saturation: 0.03, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #8F9591 is Cyan = 0.04, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB 143 149 145 -
CMYK 0.04 0 0.03 0.42
HSL 140º 0.03% 0.57% -
HSV(B) 140º 0.04% 0.58% -
XYZ 27.19 29.38 31.03 -
YUV 146.75 127.01 125.33 -
System Red Green Blue C M Y K H S L
Decimal 143 149 145 0.04 0 0.03 0.42 140 0.03 0.57
Hex 8F 95 91 4 0 3 2A 8C 3 39
Octal 217 225 221 4 0 3 52 214 3 71
Binary 10001111 10010101 10010001 100 0 11 101010 10001100 11 111001

Color Harmonies of #8F9591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F9591

Black with #8F9591

Text Example


Text Example

White with #8F9591

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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