Html Css Color HEX #8F9C94 Edward

📋 copy color: '#8F9C94'

red 143 ◦ green 156 ◦ blue 148

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

Shades of Edward #8F9C94

Tints of Edward #8F9C94

RGB

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

 GREEN value IS 156 (61.33% from 255) = 34.9%

 BLUE value IS 148 (58.2% from 255) = 33.11%

R = 31.99%
G = 34.9%
B = 33.11%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.05

 K value IS 0.39

RGB Variations

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

Color information

#8F9C94 (or 0x8F9C94) is known color: Edward. HEX triplet: 8F, 9C and 94. RGB value is (143,156,148). Sum of RGB (Red+Green+Blue) = 143+156+148=447 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.99% from 447); Green value is 156 (61.33% from 255 or 34.90% from 447); Blue value is 148 (58.20% from 255 or 33.11% from 447); Max value from RGB is 156 - color contains mainly: green. Hex color #8F9C94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F9C94 is #70636B. Grayscale: #979797. Windows color (decimal): -7365484 or 9739407. OLE color: 9739407.

HSL color Cylindrical-coordinate representation of color #8F9C94: hue angle of 143.08º degrees, saturation: 0.06, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #8F9C94 is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.39.

Color convert

RGB 143 156 148 -
CMYK 0.08 0 0.05 0.39
HSL 143.08º 0.06% 0.59% -
HSV(B) 143.08º 0.08% 0.61% -
XYZ 28.56 31.75 32.64 -
YUV 151.2 126.19 122.15 -
System Red Green Blue C M Y K H S L
Decimal 143 156 148 0.08 0 0.05 0.39 143.08 0.06 0.59
Hex 8F 9C 94 8 0 5 27 8F 6 3B
Octal 217 234 224 10 0 5 47 217 6 73
Binary 10001111 10011100 10010100 1000 0 101 100111 10001111 110 111011

Color Harmonies of #8F9C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F9C94

Black with #8F9C94

Text Example


Text Example

White with #8F9C94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,156,148); }

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

background-color css

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

 a { background-color: rgb(143,156,148); }

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

border-color css

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

 span { border-color: rgb(143,156,148); }

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