Html Css Color HEX #988689 Venus

📋 copy color: '#988689'

red 152 ◦ green 134 ◦ blue 137

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

Shades of Venus #988689

Tints of Venus #988689

RGB

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

 GREEN value IS 134 (52.73% from 255) = 31.68%

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

R = 35.93%
G = 31.68%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.10

 K value IS 0.40

RGB Variations

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

Color information

#988689 (or 0x988689) is known color: Venus. HEX triplet: 98, 86 and 89. RGB value is (152,134,137). Sum of RGB (Red+Green+Blue) = 152+134+137=423 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.93% from 423); Green value is 134 (52.73% from 255 or 31.68% from 423); Blue value is 137 (53.91% from 255 or 32.39% from 423); Max value from RGB is 152 - color contains mainly: red. Hex color #988689 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988689 is #677976. Grayscale: #8B8B8B. Windows color (decimal): -6781303 or 9012888. OLE color: 9012888.

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

Color convert

RGB 152 134 137 -
CMYK 0 0.12 0.10 0.40
HSL 350º 0.08% 0.56% -
HSV(B) 350º 0.12% 0.6% -
XYZ 25.99 25.53 27.23 -
YUV 139.72 126.46 136.76 -
System Red Green Blue C M Y K H S L
Decimal 152 134 137 0 0.12 0.10 0.40 350 0.08 0.56
Hex 98 86 89 0 C A 28 15E 8 38
Octal 230 206 211 0 14 12 50 536 10 70
Binary 10011000 10000110 10001001 0 1100 1010 101000 101011110 1000 111000

Color Harmonies of #988689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988689

Black with #988689

Text Example


Text Example

White with #988689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988689; }

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

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

background-color css

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

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

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

border-color css

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

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

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