Html Css Color HEX #98838A Venus

📋 copy color: '#98838A'

red 152 ◦ green 131 ◦ blue 138

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

Shades of Venus #98838A

Tints of Venus #98838A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 32.78%

R = 36.1%
G = 31.12%
B = 32.78%

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

#98838A (or 0x98838A) is known color: Venus. HEX triplet: 98, 83 and 8A. RGB value is (152,131,138). Sum of RGB (Red+Green+Blue) = 152+131+138=421 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.10% from 421); Green value is 131 (51.56% from 255 or 31.12% from 421); Blue value is 138 (54.30% from 255 or 32.78% from 421); Max value from RGB is 152 - color contains mainly: red. Hex color #98838A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98838A is #677C75. Grayscale: #8A8A8A. Windows color (decimal): -6782070 or 9077656. OLE color: 9077656.

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

Color convert

RGB 152 131 138 -
CMYK 0 0.14 0.09 0.40
HSL 340º 0.09% 0.55% -
HSV(B) 340º 0.14% 0.6% -
XYZ 25.65 24.74 27.47 -
YUV 138.08 127.96 137.93 -
System Red Green Blue C M Y K H S L
Decimal 152 131 138 0 0.14 0.09 0.40 340 0.09 0.55
Hex 98 83 8A 0 E 9 28 154 9 37
Octal 230 203 212 0 16 11 50 524 11 67
Binary 10011000 10000011 10001010 0 1110 1001 101000 101010100 1001 110111

Color Harmonies of #98838A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98838A

Black with #98838A

Text Example


Text Example

White with #98838A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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