Html Css Color HEX #998C8D Venus

📋 copy color: '#998C8D'

red 153 ◦ green 140 ◦ blue 141

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

Shades of Venus #998C8D

Tints of Venus #998C8D

RGB

 RED value IS 153 (60.16% from 255) = 35.25%

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

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

R = 35.25%
G = 32.26%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.08

 K value IS 0.4

RGB Variations

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

Color information

#998C8D (or 0x998C8D) is known color: Venus. HEX triplet: 99, 8C and 8D. RGB value is (153,140,141). Sum of RGB (Red+Green+Blue) = 153+140+141=434 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.25% from 434); Green value is 140 (55.08% from 255 or 32.26% from 434); Blue value is 141 (55.47% from 255 or 32.49% from 434); Max value from RGB is 153 - color contains mainly: red. Hex color #998C8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998C8D is #667372. Grayscale: #909090. Windows color (decimal): -6714227 or 9276569. OLE color: 9276569.

HSL color Cylindrical-coordinate representation of color #998C8D: 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.08%. Process color model (Four color, CMYK) of #998C8D is Cyan = 0, Magento = 0.08, Yellow = 0.08 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 140 141 -
CMYK 0 0.08 0.08 0.4
HSL 355.38º 0.06% 0.57% -
HSV(B) 355.38º 0.08% 0.6% -
XYZ 27.32 27.45 29.06 -
YUV 144 126.31 134.42 -
System Red Green Blue C M Y K H S L
Decimal 153 140 141 0 0.08 0.08 0.4 355.38 0.06 0.57
Hex 99 8C 8D 0 8 8 28 163 6 39
Octal 231 214 215 0 10 10 50 543 6 71
Binary 10011001 10001100 10001101 0 1000 1000 101000 101100011 110 111001

Color Harmonies of #998C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998C8D

Black with #998C8D

Text Example


Text Example

White with #998C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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