#8F9884

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

Shades of Delta #8F9884

Tints of Delta #8F9884

Color information

#8F9884 (or 0x8F9884) is unknown color: approx Delta. HEX triplet: 8F, 98 and 84. RGB value is (143,152,132). Sum of RGB (Red+Green+Blue) = 143+152+132=427 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.49% from 427); Green value is 152 (59.77% from 255 or 35.60% from 427); Blue value is 132 (51.95% from 255 or 30.91% from 427); Max value from RGB is 152 - color contains mainly: green. Hex color #8F9884 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F9884 is #70677B. Grayscale: #939393. Windows color (decimal): -7366524 or 8689807. OLE color: 8689807.

HSL color Cylindrical-coordinate representation of color #8F9884: hue angle of 87º degrees, saturation: 0.09, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #8F9884 is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.40.

Color convert

RGB143152132-
CMYK0.0600.130.40
HSL87º8.85%55.69%-
HSV(B)87º13.16%59.61%-
XYZ26.7229.9626.2-
YUV147.03119.52125.13-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 33.49%
GREEN value IS 152 (59.77% from 255) = 35.60%
BLUE value IS 132 (51.95% from 255) = 30.91%
R=33.49%
G=35.60%
B=30.91%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1431521320.0600.130.40878.8555.69
Hex8F988460D2857938
Octal2172302046015501271170
Binary1000111110011000100001001100110110100010101111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F9884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,152,132); }

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

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

 a { background-color: rgb(143,152,132); }

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

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

 span { border-color: rgb(143,152,132); }

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