Html Css Color HEX #98868D Venus

📋 copy color: '#98868D'

red 152 ◦ green 134 ◦ blue 141

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

Shades of Venus #98868D

Tints of Venus #98868D

RGB

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

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

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

R = 35.6%
G = 31.38%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.07

 K value IS 0.40

RGB Variations

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

Color information

#98868D (or 0x98868D) is known color: Venus. HEX triplet: 98, 86 and 8D. RGB value is (152,134,141). Sum of RGB (Red+Green+Blue) = 152+134+141=427 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.60% from 427); Green value is 134 (52.73% from 255 or 31.38% from 427); Blue value is 141 (55.47% from 255 or 33.02% from 427); Max value from RGB is 152 - color contains mainly: red. Hex color #98868D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98868D is #677972. Grayscale: #8C8C8C. Windows color (decimal): -6781299 or 9275032. OLE color: 9275032.

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

Color convert

RGB 152 134 141 -
CMYK 0 0.12 0.07 0.40
HSL 336.67º 0.08% 0.56% -
HSV(B) 336.67º 0.12% 0.6% -
XYZ 26.28 25.65 28.76 -
YUV 140.18 128.46 136.43 -
System Red Green Blue C M Y K H S L
Decimal 152 134 141 0 0.12 0.07 0.40 336.67 0.08 0.56
Hex 98 86 8D 0 C 7 28 151 8 38
Octal 230 206 215 0 14 7 50 521 10 70
Binary 10011000 10000110 10001101 0 1100 111 101000 101010001 1000 111000

Color Harmonies of #98868D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98868D

Black with #98868D

Text Example


Text Example

White with #98868D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98868D; }

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

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

background-color css

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

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

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

border-color css

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

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

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