#8D9288

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

Shades of Delta #8D9288

Tints of Delta #8D9288

Color information

#8D9288 (or 0x8D9288) is unknown color: approx Delta. HEX triplet: 8D, 92 and 88. RGB value is (141,146,136). Sum of RGB (Red+Green+Blue) = 141+146+136=423 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.33% from 423); Green value is 146 (57.42% from 255 or 34.52% from 423); Blue value is 136 (53.52% from 255 or 32.15% from 423); Max value from RGB is 146 - color contains mainly: green. Hex color #8D9288 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D9288 is #726D77. Grayscale: #8F8F8F. Windows color (decimal): -7499128 or 8950413. OLE color: 8950413.

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

Color convert

RGB141146136-
CMYK0.0300.070.43
HSL90º4.39%55.29%-
HSV(B)90º6.85%57.25%-
XYZ25.712827.34-
YUV143.36123.84126.31-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 33.33%
GREEN value IS 146 (57.42% from 255) = 34.52%
BLUE value IS 136 (53.52% from 255) = 32.15%
R=33.33%
G=34.52%
B=32.15%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1411461360.0300.070.43904.3955.29
Hex8D92883072B5a437
Octal21522221030753132467
Binary1000110110010010100010001101111010111011010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D9288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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