Html Css Color HEX #98828B Venus

📋 copy color: '#98828B'

red 152 ◦ green 130 ◦ blue 139

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

Shades of Venus #98828B

Tints of Venus #98828B

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.88%

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

R = 36.1%
G = 30.88%
B = 33.02%

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

#98828B (or 0x98828B) is known color: Venus. HEX triplet: 98, 82 and 8B. RGB value is (152,130,139). Sum of RGB (Red+Green+Blue) = 152+130+139=421 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.10% from 421); Green value is 130 (51.17% from 255 or 30.88% from 421); Blue value is 139 (54.69% from 255 or 33.02% from 421); Max value from RGB is 152 - color contains mainly: red. Hex color #98828B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98828B is #677D74. Grayscale: #898989. Windows color (decimal): -6782325 or 9142936. OLE color: 9142936.

HSL color Cylindrical-coordinate representation of color #98828B: hue angle of 335.45º degrees, saturation: 0.1, 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 #98828B is Cyan = 0, Magento = 0.14, Yellow = 0.09 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 130 139 -
CMYK 0 0.14 0.09 0.40
HSL 335.45º 0.1% 0.55% -
HSV(B) 335.45º 0.14% 0.6% -
XYZ 25.59 24.5 27.81 -
YUV 137.6 128.79 138.27 -
System Red Green Blue C M Y K H S L
Decimal 152 130 139 0 0.14 0.09 0.40 335.45 0.1 0.55
Hex 98 82 8B 0 E 9 28 14F A 37
Octal 230 202 213 0 16 11 50 517 12 67
Binary 10011000 10000010 10001011 0 1110 1001 101000 101001111 1010 110111

Color Harmonies of #98828B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98828B

Black with #98828B

Text Example


Text Example

White with #98828B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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