Html Css Color HEX #8F9486 Delta

📋 copy color: '#8F9486'

red 143 ◦ green 148 ◦ blue 134

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

Shades of Delta #8F9486

Tints of Delta #8F9486

RGB

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

 GREEN value IS 148 (58.2% from 255) = 34.82%

 BLUE value IS 134 (52.73% from 255) = 31.53%

R = 33.65%
G = 34.82%
B = 31.53%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#8F9486 (or 0x8F9486) is known color: Delta. HEX triplet: 8F, 94 and 86. RGB value is (143,148,134). Sum of RGB (Red+Green+Blue) = 143+148+134=425 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.65% from 425); Green value is 148 (58.20% from 255 or 34.82% from 425); Blue value is 134 (52.73% from 255 or 31.53% from 425); Max value from RGB is 148 - color contains mainly: green. Hex color #8F9486 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F9486 is #706B79. Grayscale: #909090. Windows color (decimal): -7367546 or 8819855. OLE color: 8819855.

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

Color convert

RGB 143 148 134 -
CMYK 0.03 0 0.09 0.42
HSL 81.43º 0.06% 0.55% -
HSV(B) 81.43º 0.09% 0.58% -
XYZ 26.22 28.74 26.72 -
YUV 144.91 121.84 126.64 -
System Red Green Blue C M Y K H S L
Decimal 143 148 134 0.03 0 0.09 0.42 81.43 0.06 0.55
Hex 8F 94 86 3 0 9 2A 51 6 37
Octal 217 224 206 3 0 11 52 121 6 67
Binary 10001111 10010100 10000110 11 0 1001 101010 1010001 110 110111

Color Harmonies of #8F9486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F9486

Black with #8F9486

Text Example


Text Example

White with #8F9486

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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