#998B8E

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

Shades of Venus #998B8E

Tints of Venus #998B8E

Color information

#998B8E (or 0x998B8E) is unknown color: approx Venus. HEX triplet: 99, 8B and 8E. RGB value is (153,139,142). Sum of RGB (Red+Green+Blue) = 153+139+142=434 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.25% from 434); Green value is 139 (54.69% from 255 or 32.03% from 434); Blue value is 142 (55.86% from 255 or 32.72% from 434); Max value from RGB is 153 - color contains mainly: red. Hex color #998B8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998B8E is #667471. Grayscale: #8F8F8F. Windows color (decimal): -6714482 or 9341849. OLE color: 9341849.

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

Color convert

RGB153139142-
CMYK00.090.070.4
HSL347.14º6.42%57.25%-
HSV(B)347.14º9.15%60%-
XYZ27.2527.1929.4-
YUV143.53127.14134.76-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.25%
GREEN value IS 139 (54.69% from 255) = 32.03%
BLUE value IS 142 (55.86% from 255) = 32.72%
R=35.25%
G=32.03%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.07
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15313914200.090.070.4347.146.4257.25
Hex998B8E0972815b639
Octal231213216011750533671
Binary10011001100010111000111001001111101000101011011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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