Html Css Color HEX #988489 Venus

📋 copy color: '#988489'

red 152 ◦ green 132 ◦ blue 137

#988489
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Venus #988489

Tints of Venus #988489

RGB

 RED value IS 152 (59.77% from 255) = 36.1%

 GREEN value IS 132 (51.95% from 255) = 31.35%

 BLUE value IS 137 (53.91% from 255) = 32.54%

R = 36.1%
G = 31.35%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.10

 K value IS 0.40

RGB Variations

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

Color information

#988489 (or 0x988489) is known color: Venus. HEX triplet: 98, 84 and 89. RGB value is (152,132,137). Sum of RGB (Red+Green+Blue) = 152+132+137=421 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.10% from 421); Green value is 132 (51.95% from 255 or 31.35% from 421); Blue value is 137 (53.91% from 255 or 32.54% from 421); Max value from RGB is 152 - color contains mainly: red. Hex color #988489 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988489 is #677B76. Grayscale: #8A8A8A. Windows color (decimal): -6781815 or 9012376. OLE color: 9012376.

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

Color convert

RGB 152 132 137 -
CMYK 0 0.13 0.10 0.40
HSL 345º 0.09% 0.56% -
HSV(B) 345º 0.13% 0.6% -
XYZ 25.72 24.98 27.13 -
YUV 138.55 127.13 137.59 -
System Red Green Blue C M Y K H S L
Decimal 152 132 137 0 0.13 0.10 0.40 345 0.09 0.56
Hex 98 84 89 0 D A 28 159 9 38
Octal 230 204 211 0 15 12 50 531 11 70
Binary 10011000 10000100 10001001 0 1101 1010 101000 101011001 1001 111000

Color Harmonies of #988489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988489

Black with #988489

Text Example


Text Example

White with #988489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988489; }

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

 H1.HeaderClassName
 {
   color: #988489;
 }
 .AnyTagClassName
 {
   color: #988489;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #988489;
 }
 .BgClassName
 {
   background-color: #988489;
 }
</style>

border-color css

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

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

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