Html Css Color HEX #98858D Venus

📋 copy color: '#98858D'

red 152 ◦ green 133 ◦ blue 141

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

Shades of Venus #98858D

Tints of Venus #98858D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31.22%

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

R = 35.68%
G = 31.22%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.07

 K value IS 0.40

RGB Variations

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

Color information

#98858D (or 0x98858D) is known color: Venus. HEX triplet: 98, 85 and 8D. RGB value is (152,133,141). Sum of RGB (Red+Green+Blue) = 152+133+141=426 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.68% from 426); Green value is 133 (52.34% from 255 or 31.22% from 426); Blue value is 141 (55.47% from 255 or 33.10% from 426); Max value from RGB is 152 - color contains mainly: red. Hex color #98858D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98858D is #677A72. Grayscale: #8B8B8B. Windows color (decimal): -6781555 or 9274776. OLE color: 9274776.

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

Color convert

RGB 152 133 141 -
CMYK 0 0.13 0.07 0.40
HSL 334.74º 0.08% 0.56% -
HSV(B) 334.74º 0.13% 0.6% -
XYZ 26.14 25.37 28.72 -
YUV 139.59 128.79 136.85 -
System Red Green Blue C M Y K H S L
Decimal 152 133 141 0 0.13 0.07 0.40 334.74 0.08 0.56
Hex 98 85 8D 0 D 7 28 14F 8 38
Octal 230 205 215 0 15 7 50 517 10 70
Binary 10011000 10000101 10001101 0 1101 111 101000 101001111 1000 111000

Color Harmonies of #98858D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98858D

Black with #98858D

Text Example


Text Example

White with #98858D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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