Html Css Color HEX #98848C Venus

📋 copy color: '#98848C'

red 152 ◦ green 132 ◦ blue 140

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

Shades of Venus #98848C

Tints of Venus #98848C

RGB

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

 GREEN value IS 132 (51.95% from 255) = 31.13%

 BLUE value IS 140 (55.08% from 255) = 33.02%

R = 35.85%
G = 31.13%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.08

 K value IS 0.40

RGB Variations

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

Color information

#98848C (or 0x98848C) is known color: Venus. HEX triplet: 98, 84 and 8C. RGB value is (152,132,140). Sum of RGB (Red+Green+Blue) = 152+132+140=424 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.85% from 424); Green value is 132 (51.95% from 255 or 31.13% from 424); Blue value is 140 (55.08% from 255 or 33.02% from 424); Max value from RGB is 152 - color contains mainly: red. Hex color #98848C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98848C is #677B73. Grayscale: #8A8A8A. Windows color (decimal): -6781812 or 9208984. OLE color: 9208984.

HSL color Cylindrical-coordinate representation of color #98848C: hue angle of 336º degrees, saturation: 0.09, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #98848C is Cyan = 0, Magento = 0.13, Yellow = 0.08 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 132 140 -
CMYK 0 0.13 0.08 0.40
HSL 336º 0.09% 0.56% -
HSV(B) 336º 0.13% 0.6% -
XYZ 25.93 25.07 28.28 -
YUV 138.89 128.63 137.35 -
System Red Green Blue C M Y K H S L
Decimal 152 132 140 0 0.13 0.08 0.40 336 0.09 0.56
Hex 98 84 8C 0 D 8 28 150 9 38
Octal 230 204 214 0 15 10 50 520 11 70
Binary 10011000 10000100 10001100 0 1101 1000 101000 101010000 1001 111000

Color Harmonies of #98848C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98848C

Black with #98848C

Text Example


Text Example

White with #98848C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98848C; }

 p { color: rgb(152,132,140); }

 H1.HeaderClassName
 {
   color: #98848C;
 }
 .AnyTagClassName
 {
   color: #98848C;
 }
</style>

background-color css

<style>
 a { background-color: #98848C; }

 a { background-color: rgb(152,132,140); }

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

border-color css

<style>
 span { border-color: #98848C; }

 span { border-color: rgb(152,132,140); }

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