#998B8C

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

Shades of Venus #998B8C

Tints of Venus #998B8C

Color information

#998B8C (or 0x998B8C) is unknown color: approx Venus. HEX triplet: 99, 8B and 8C. RGB value is (153,139,140). Sum of RGB (Red+Green+Blue) = 153+139+140=432 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.42% from 432); Green value is 139 (54.69% from 255 or 32.18% from 432); Blue value is 140 (55.08% from 255 or 32.41% from 432); Max value from RGB is 153 - color contains mainly: red. Hex color #998B8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998B8C is #667473. Grayscale: #8F8F8F. Windows color (decimal): -6714484 or 9210777. OLE color: 9210777.

HSL color Cylindrical-coordinate representation of color #998B8C: hue angle of 355.71º 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 #998B8C is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.4.

Color convert

RGB153139140-
CMYK00.090.080.4
HSL355.71º6.42%57.25%-
HSV(B)355.71º9.15%60%-
XYZ27.127.1328.62-
YUV143.3126.14134.92-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.42%
GREEN value IS 139 (54.69% from 255) = 32.18%
BLUE value IS 140 (55.08% from 255) = 32.41%
R=35.42%
G=32.18%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.08
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15313914000.090.080.4355.716.4257.25
Hex998B8C09828164639
Octal2312132140111050544671
Binary100110011000101110001100010011000101000101100100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #998B8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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