#98858A

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

Shades of Venus #98858A

Tints of Venus #98858A

Color information

#98858A (or 0x98858A) is unknown color: approx Venus. HEX triplet: 98, 85 and 8A. RGB value is (152,133,138). Sum of RGB (Red+Green+Blue) = 152+133+138=423 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.93% from 423); Green value is 133 (52.34% from 255 or 31.44% from 423); Blue value is 138 (54.30% from 255 or 32.62% from 423); Max value from RGB is 152 - color contains mainly: red. Hex color #98858A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98858A is #677A75. Grayscale: #8B8B8B. Windows color (decimal): -6781558 or 9078168. OLE color: 9078168.

HSL color Cylindrical-coordinate representation of color #98858A: hue angle of 344.21º degrees, saturation: 0.08, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #98858A is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.40.

Color convert

RGB152133138-
CMYK00.130.090.40
HSL344.21º8.44%55.88%-
HSV(B)344.21º12.5%59.61%-
XYZ25.9225.2927.56-
YUV139.25127.29137.09-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.93%
GREEN value IS 133 (52.34% from 255) = 31.44%
BLUE value IS 138 (54.30% from 255) = 32.62%
R=35.93%
G=31.44%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.09
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15213313800.130.090.40344.218.4455.88
Hex98858A0D928158838
Octal23020521201511505301070
Binary1001100010000101100010100110110011010001010110001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98858A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98858A; }

 p { color: rgb(152,133,138); }

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

<style>
 a { background-color: #98858A; }

 a { background-color: rgb(152,133,138); }

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

<style>
 span { border-color: #98858A; }

 span { border-color: rgb(152,133,138); }

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