#998D8E

Color #998D8E Venus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Venus #998D8E

Tints of Venus #998D8E

Color information

#998D8E (or 0x998D8E) is unknown color: approx Venus. HEX triplet: 99, 8D and 8E. RGB value is (153,141,142). Sum of RGB (Red+Green+Blue) = 153+141+142=436 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.09% from 436); Green value is 141 (55.47% from 255 or 32.34% from 436); Blue value is 142 (55.86% from 255 or 32.57% from 436); Max value from RGB is 153 - color contains mainly: red. Hex color #998D8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998D8E is #667271. Grayscale: #909090. Windows color (decimal): -6713970 or 9342361. OLE color: 9342361.

HSL color Cylindrical-coordinate representation of color #998D8E: hue angle of 355º degrees, saturation: 0.06, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #998D8E is Cyan = 0, Magento = 0.08, Yellow = 0.07 and Black (K on CMYK) = 0.4.

Color convert

RGB153141142-
CMYK00.080.070.4
HSL355º5.56%57.65%-
HSV(B)355º7.84%60%-
XYZ27.5427.7829.5-
YUV144.7126.48133.92-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.09%
GREEN value IS 141 (55.47% from 255) = 32.34%
BLUE value IS 142 (55.86% from 255) = 32.57%
R=35.09%
G=32.34%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.07
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15314114200.080.070.43555.5657.65
Hex998D8E0872816363a
Octal231215216010750543672
Binary10011001100011011000111001000111101000101100011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #998D8E; }

 p { color: rgb(153,141,142); }

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

<style>
 a { background-color: #998D8E; }

 a { background-color: rgb(153,141,142); }

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

<style>
 span { border-color: #998D8E; }

 span { border-color: rgb(153,141,142); }

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