Html Css Color HEX #8F9993 Edward

📋 copy color: '#8F9993'

red 143 ◦ green 153 ◦ blue 147

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

Shades of Edward #8F9993

Tints of Edward #8F9993

RGB

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

 GREEN value IS 153 (60.16% from 255) = 34.54%

 BLUE value IS 147 (57.81% from 255) = 33.18%

R = 32.28%
G = 34.54%
B = 33.18%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.04

 K value IS 0.4

RGB Variations

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

Color information

#8F9993 (or 0x8F9993) is known color: Edward. HEX triplet: 8F, 99 and 93. RGB value is (143,153,147). Sum of RGB (Red+Green+Blue) = 143+153+147=443 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.28% from 443); Green value is 153 (60.16% from 255 or 34.54% from 443); Blue value is 147 (57.81% from 255 or 33.18% from 443); Max value from RGB is 153 - color contains mainly: green. Hex color #8F9993 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F9993 is #70666C. Grayscale: #959595. Windows color (decimal): -7366253 or 9673103. OLE color: 9673103.

HSL color Cylindrical-coordinate representation of color #8F9993: hue angle of 144º degrees, saturation: 0.05, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #8F9993 is Cyan = 0.07, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.4.

Color convert

RGB 143 153 147 -
CMYK 0.07 0 0.04 0.4
HSL 144º 0.05% 0.58% -
HSV(B) 144º 0.07% 0.6% -
XYZ 27.99 30.73 32.06 -
YUV 149.33 126.69 123.49 -
System Red Green Blue C M Y K H S L
Decimal 143 153 147 0.07 0 0.04 0.4 144 0.05 0.58
Hex 8F 99 93 7 0 4 28 90 5 3A
Octal 217 231 223 7 0 4 50 220 5 72
Binary 10001111 10011001 10010011 111 0 100 101000 10010000 101 111010

Color Harmonies of #8F9993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F9993

Black with #8F9993

Text Example


Text Example

White with #8F9993

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,153,147); }

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

background-color css

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

 a { background-color: rgb(143,153,147); }

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

border-color css

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

 span { border-color: rgb(143,153,147); }

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