#998C8E

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

Shades of Venus #998C8E

Tints of Venus #998C8E

Color information

#998C8E (or 0x998C8E) is unknown color: approx Venus. HEX triplet: 99, 8C and 8E. RGB value is (153,140,142). Sum of RGB (Red+Green+Blue) = 153+140+142=435 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.17% from 435); Green value is 140 (55.08% from 255 or 32.18% from 435); Blue value is 142 (55.86% from 255 or 32.64% from 435); Max value from RGB is 153 - color contains mainly: red. Hex color #998C8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998C8E is #667371. Grayscale: #909090. Windows color (decimal): -6714226 or 9342105. OLE color: 9342105.

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

Color convert

RGB153140142-
CMYK00.080.070.4
HSL350.77º5.99%57.45%-
HSV(B)350.77º8.5%60%-
XYZ27.427.4829.45-
YUV144.11126.81134.34-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.17%
GREEN value IS 140 (55.08% from 255) = 32.18%
BLUE value IS 142 (55.86% from 255) = 32.64%
R=35.17%
G=32.18%
B=32.64%

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
Decimal15314014200.080.070.4350.775.9957.45
Hex998C8E0872815f639
Octal231214216010750537671
Binary10011001100011001000111001000111101000101011111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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