#98898B

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

Shades of Venus #98898B

Tints of Venus #98898B

Color information

#98898B (or 0x98898B) is unknown color: approx Venus. HEX triplet: 98, 89 and 8B. RGB value is (152,137,139). Sum of RGB (Red+Green+Blue) = 152+137+139=428 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.51% from 428); Green value is 137 (53.91% from 255 or 32.01% from 428); Blue value is 139 (54.69% from 255 or 32.48% from 428); Max value from RGB is 152 - color contains mainly: red. Hex color #98898B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98898B is #677674. Grayscale: #8D8D8D. Windows color (decimal): -6780533 or 9144728. OLE color: 9144728.

HSL color Cylindrical-coordinate representation of color #98898B: hue angle of 352º 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 #98898B is Cyan = 0, Magento = 0.10, Yellow = 0.09 and Black (K on CMYK) = 0.40.

Color convert

RGB152137139-
CMYK00.100.090.40
HSL352º6.79%56.67%-
HSV(B)352º9.87%59.61%-
XYZ26.5526.4328.13-
YUV141.71126.47135.34-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.51%
GREEN value IS 137 (53.91% from 255) = 32.01%
BLUE value IS 139 (54.69% from 255) = 32.48%
R=35.51%
G=32.01%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.09
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15213713900.100.090.403526.7956.67
Hex98898B0A928160739
Octal2302112130121150540771
Binary100110001000100110001011010101001101000101100000111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98898B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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