Html Css Color HEX #988C8D Venus

📋 copy color: '#988C8D'

red 152 ◦ green 140 ◦ blue 141

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

Shades of Venus #988C8D

Tints of Venus #988C8D

RGB

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

 GREEN value IS 140 (55.08% from 255) = 32.33%

 BLUE value IS 141 (55.47% from 255) = 32.56%

R = 35.1%
G = 32.33%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.07

 K value IS 0.40

RGB Variations

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

Color information

#988C8D (or 0x988C8D) is known color: Venus. HEX triplet: 98, 8C and 8D. RGB value is (152,140,141). Sum of RGB (Red+Green+Blue) = 152+140+141=433 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.10% from 433); Green value is 140 (55.08% from 255 or 32.33% from 433); Blue value is 141 (55.47% from 255 or 32.56% from 433); Max value from RGB is 152 - color contains mainly: red. Hex color #988C8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988C8D is #677372. Grayscale: #8F8F8F. Windows color (decimal): -6779763 or 9276568. OLE color: 9276568.

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

Color convert

RGB 152 140 141 -
CMYK 0 0.08 0.07 0.40
HSL 355º 0.06% 0.57% -
HSV(B) 355º 0.08% 0.6% -
XYZ 27.13 27.35 29.05 -
YUV 143.7 126.48 133.92 -
System Red Green Blue C M Y K H S L
Decimal 152 140 141 0 0.08 0.07 0.40 355 0.06 0.57
Hex 98 8C 8D 0 8 7 28 163 6 39
Octal 230 214 215 0 10 7 50 543 6 71
Binary 10011000 10001100 10001101 0 1000 111 101000 101100011 110 111001

Color Harmonies of #988C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988C8D

Black with #988C8D

Text Example


Text Example

White with #988C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988C8D; }

 p { color: rgb(152,140,141); }

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

background-color css

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

 a { background-color: rgb(152,140,141); }

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

border-color css

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

 span { border-color: rgb(152,140,141); }

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