#8F9585

Color #8F9585 Delta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Delta #8F9585

Tints of Delta #8F9585

Color information

#8F9585 (or 0x8F9585) is unknown color: approx Delta. HEX triplet: 8F, 95 and 85. RGB value is (143,149,133). Sum of RGB (Red+Green+Blue) = 143+149+133=425 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.65% from 425); Green value is 149 (58.59% from 255 or 35.06% from 425); Blue value is 133 (52.34% from 255 or 31.29% from 425); Max value from RGB is 149 - color contains mainly: green. Hex color #8F9585 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F9585 is #706A7A. Grayscale: #919191. Windows color (decimal): -7367291 or 8754575. OLE color: 8754575.

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

Color convert

RGB143149133-
CMYK0.0400.110.42
HSL82.5º7.02%55.29%-
HSV(B)82.5º10.74%58.43%-
XYZ26.3129.0326.41-
YUV145.38121.01126.3-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 33.65%
GREEN value IS 149 (58.59% from 255) = 35.06%
BLUE value IS 133 (52.34% from 255) = 31.29%
R=33.65%
G=35.06%
B=31.29%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1431491330.0400.110.4282.57.0255.29
Hex8F958540B2A52737
Octal217225205401352122767
Binary100011111001010110000101100010111010101010010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F9585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8F9585;
 }
 .AnyTagClassName
 {
   color: #8F9585;
 }
</style>
background-color css

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

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

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

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

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

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