#988B7D

Color #988B7D Heathered Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heathered Grey #988B7D

Tints of Heathered Grey #988B7D

Color information

#988B7D (or 0x988B7D) is unknown color: approx Heathered Grey. HEX triplet: 98, 8B and 7D. RGB value is (152,139,125). Sum of RGB (Red+Green+Blue) = 152+139+125=416 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.54% from 416); Green value is 139 (54.69% from 255 or 33.41% from 416); Blue value is 125 (49.22% from 255 or 30.05% from 416); Max value from RGB is 152 - color contains mainly: red. Hex color #988B7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #988B7D is #677482. Grayscale: #8D8D8D. Windows color (decimal): -6780035 or 8227736. OLE color: 8227736.

HSL color Cylindrical-coordinate representation of color #988B7D: hue angle of 31.11º degrees, saturation: 0.12, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #988B7D is Cyan = 0, Magento = 0.09, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB152139125-
CMYK00.090.180.40
HSL31.11º11.59%54.31%-
HSV(B)31.11º17.76%59.61%-
XYZ25.8826.6223.18-
YUV141.29118.81135.64-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.54%
GREEN value IS 139 (54.69% from 255) = 33.41%
BLUE value IS 125 (49.22% from 255) = 30.05%
R=36.54%
G=33.41%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.18
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15213912500.090.180.4031.1111.5954.31
Hex988B7D0912281fc36
Octal2302131750112250371466
Binary100110001000101111111010100110010101000111111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #988B7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #988B7D; }

 p { color: rgb(152,139,125); }

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

<style>
 a { background-color: #988B7D; }

 a { background-color: rgb(152,139,125); }

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

<style>
 span { border-color: #988B7D; }

 span { border-color: rgb(152,139,125); }

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