#98898F

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

Shades of Venus #98898F

Tints of Venus #98898F

Color information

#98898F (or 0x98898F) is unknown color: approx Venus. HEX triplet: 98, 89 and 8F. RGB value is (152,137,143). Sum of RGB (Red+Green+Blue) = 152+137+143=432 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.19% from 432); Green value is 137 (53.91% from 255 or 31.71% from 432); Blue value is 143 (56.25% from 255 or 33.10% from 432); Max value from RGB is 152 - color contains mainly: red. Hex color #98898F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98898F is #677670. Grayscale: #8E8E8E. Windows color (decimal): -6780529 or 9406872. OLE color: 9406872.

HSL color Cylindrical-coordinate representation of color #98898F: hue angle of 336º degrees, saturation: 0.07, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #98898F is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.40.

Color convert

RGB152137143-
CMYK00.100.060.40
HSL336º6.79%56.67%-
HSV(B)336º9.87%59.61%-
XYZ26.8526.5529.7-
YUV142.17128.47135.01-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.19%
GREEN value IS 137 (53.91% from 255) = 31.71%
BLUE value IS 143 (56.25% from 255) = 33.10%
R=35.19%
G=31.71%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.06
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15213714300.100.060.403366.7956.67
Hex98898F0A628150739
Octal230211217012650520771
Binary10011000100010011000111101010110101000101010000111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98898F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98898F; }

 p { color: rgb(152,137,143); }

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

<style>
 a { background-color: #98898F; }

 a { background-color: rgb(152,137,143); }

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

<style>
 span { border-color: #98898F; }

 span { border-color: rgb(152,137,143); }

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