Html Css Color HEX #988B8C Venus

📋 copy color: '#988B8C'

red 152 ◦ green 139 ◦ blue 140

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

Shades of Venus #988B8C

Tints of Venus #988B8C

RGB

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

 GREEN value IS 139 (54.69% from 255) = 32.25%

 BLUE value IS 140 (55.08% from 255) = 32.48%

R = 35.27%
G = 32.25%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.08

 K value IS 0.40

RGB Variations

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

Color information

#988B8C (or 0x988B8C) is known color: Venus. HEX triplet: 98, 8B and 8C. RGB value is (152,139,140). Sum of RGB (Red+Green+Blue) = 152+139+140=431 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.27% from 431); Green value is 139 (54.69% from 255 or 32.25% from 431); Blue value is 140 (55.08% from 255 or 32.48% from 431); Max value from RGB is 152 - color contains mainly: red. Hex color #988B8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988B8C is #677473. Grayscale: #8F8F8F. Windows color (decimal): -6780020 or 9210776. OLE color: 9210776.

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

Color convert

RGB 152 139 140 -
CMYK 0 0.09 0.08 0.40
HSL 355.38º 0.06% 0.57% -
HSV(B) 355.38º 0.09% 0.6% -
XYZ 26.92 27.03 28.61 -
YUV 143 126.31 134.42 -
System Red Green Blue C M Y K H S L
Decimal 152 139 140 0 0.09 0.08 0.40 355.38 0.06 0.57
Hex 98 8B 8C 0 9 8 28 163 6 39
Octal 230 213 214 0 11 10 50 543 6 71
Binary 10011000 10001011 10001100 0 1001 1000 101000 101100011 110 111001

Color Harmonies of #988B8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988B8C

Black with #988B8C

Text Example


Text Example

White with #988B8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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