Html Css Color HEX #8F9F96 Edward

📋 copy color: '#8F9F96'

red 143 ◦ green 159 ◦ blue 150

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

Shades of Edward #8F9F96

Tints of Edward #8F9F96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 33.19%

R = 31.64%
G = 35.18%
B = 33.19%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.06

 K value IS 0.38

RGB Variations

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

Color information

#8F9F96 (or 0x8F9F96) is known color: Edward. HEX triplet: 8F, 9F and 96. RGB value is (143,159,150). Sum of RGB (Red+Green+Blue) = 143+159+150=452 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.64% from 452); Green value is 159 (62.5% from 255 or 35.18% from 452); Blue value is 150 (58.98% from 255 or 33.19% from 452); Max value from RGB is 159 - color contains mainly: green. Hex color #8F9F96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F9F96 is #706069. Grayscale: #999999. Windows color (decimal): -7364714 or 9871247. OLE color: 9871247.

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

Color convert

RGB 143 159 150 -
CMYK 0.10 0 0.06 0.38
HSL 146.25º 0.08% 0.59% -
HSV(B) 146.25º 0.1% 0.62% -
XYZ 29.23 32.84 33.65 -
YUV 153.19 126.2 120.73 -
System Red Green Blue C M Y K H S L
Decimal 143 159 150 0.10 0 0.06 0.38 146.25 0.08 0.59
Hex 8F 9F 96 A 0 6 26 92 8 3B
Octal 217 237 226 12 0 6 46 222 10 73
Binary 10001111 10011111 10010110 1010 0 110 100110 10010010 1000 111011

Color Harmonies of #8F9F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F9F96

Black with #8F9F96

Text Example


Text Example

White with #8F9F96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,159,150); }

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

background-color css

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

 a { background-color: rgb(143,159,150); }

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

border-color css

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

 span { border-color: rgb(143,159,150); }

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