Html Css Color HEX #98838B Venus

📋 copy color: '#98838B'

red 152 ◦ green 131 ◦ blue 139

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

Shades of Venus #98838B

Tints of Venus #98838B

RGB

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

 GREEN value IS 131 (51.56% from 255) = 31.04%

 BLUE value IS 139 (54.69% from 255) = 32.94%

R = 36.02%
G = 31.04%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.09

 K value IS 0.40

RGB Variations

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

Color information

#98838B (or 0x98838B) is known color: Venus. HEX triplet: 98, 83 and 8B. RGB value is (152,131,139). Sum of RGB (Red+Green+Blue) = 152+131+139=422 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.02% from 422); Green value is 131 (51.56% from 255 or 31.04% from 422); Blue value is 139 (54.69% from 255 or 32.94% from 422); Max value from RGB is 152 - color contains mainly: red. Hex color #98838B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98838B is #677C74. Grayscale: #8A8A8A. Windows color (decimal): -6782069 or 9143192. OLE color: 9143192.

HSL color Cylindrical-coordinate representation of color #98838B: hue angle of 337.14º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #98838B is Cyan = 0, Magento = 0.14, Yellow = 0.09 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 131 139 -
CMYK 0 0.14 0.09 0.40
HSL 337.14º 0.09% 0.55% -
HSV(B) 337.14º 0.14% 0.6% -
XYZ 25.73 24.77 27.85 -
YUV 138.19 128.46 137.85 -
System Red Green Blue C M Y K H S L
Decimal 152 131 139 0 0.14 0.09 0.40 337.14 0.09 0.55
Hex 98 83 8B 0 E 9 28 151 9 37
Octal 230 203 213 0 16 11 50 521 11 67
Binary 10011000 10000011 10001011 0 1110 1001 101000 101010001 1001 110111

Color Harmonies of #98838B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98838B

Black with #98838B

Text Example


Text Example

White with #98838B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98838B; }

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

 H1.HeaderClassName
 {
   color: #98838B;
 }
 .AnyTagClassName
 {
   color: #98838B;
 }
</style>

background-color css

<style>
 a { background-color: #98838B; }

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

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

border-color css

<style>
 span { border-color: #98838B; }

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

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