#8D9285

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

Shades of Delta #8D9285

Tints of Delta #8D9285

Color information

#8D9285 (or 0x8D9285) is unknown color: approx Delta. HEX triplet: 8D, 92 and 85. RGB value is (141,146,133). Sum of RGB (Red+Green+Blue) = 141+146+133=420 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.57% from 420); Green value is 146 (57.42% from 255 or 34.76% from 420); Blue value is 133 (52.34% from 255 or 31.67% from 420); Max value from RGB is 146 - color contains mainly: green. Hex color #8D9285 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D9285 is #726D7A. Grayscale: #8F8F8F. Windows color (decimal): -7499131 or 8753805. OLE color: 8753805.

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

Color convert

RGB141146133-
CMYK0.0300.090.43
HSL83.08º5.63%54.71%-
HSV(B)83.08º8.9%57.25%-
XYZ25.527.9126.23-
YUV143.02122.34126.56-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 33.57%
GREEN value IS 146 (57.42% from 255) = 34.76%
BLUE value IS 133 (52.34% from 255) = 31.67%
R=33.57%
G=34.76%
B=31.67%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1411461330.0300.090.4383.085.6354.71
Hex8D92853092B53637
Octal215222205301153123667
Binary10001101100100101000010111010011010111010011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D9285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,146,133); }

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

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

 a { background-color: rgb(141,146,133); }

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

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

 span { border-color: rgb(141,146,133); }

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