#8F9488

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

Shades of Delta #8F9488

Tints of Delta #8F9488

Color information

#8F9488 (or 0x8F9488) is unknown color: approx Delta. HEX triplet: 8F, 94 and 88. RGB value is (143,148,136). Sum of RGB (Red+Green+Blue) = 143+148+136=427 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.49% from 427); Green value is 148 (58.20% from 255 or 34.66% from 427); Blue value is 136 (53.52% from 255 or 31.85% from 427); Max value from RGB is 148 - color contains mainly: green. Hex color #8F9488 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F9488 is #706B77. Grayscale: #919191. Windows color (decimal): -7367544 or 8950927. OLE color: 8950927.

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

Color convert

RGB143148136-
CMYK0.0300.080.42
HSL85º5.31%55.69%-
HSV(B)85º8.11%58.04%-
XYZ26.3628.827.46-
YUV145.14122.84126.48-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 33.49%
GREEN value IS 148 (58.20% from 255) = 34.66%
BLUE value IS 136 (53.52% from 255) = 31.85%
R=33.49%
G=34.66%
B=31.85%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1431481360.0300.080.42855.3155.69
Hex8F94883082A55538
Octal217224210301052125570
Binary10001111100101001000100011010001010101010101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F9488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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