Html Css Color HEX #988085 Venus

📋 copy color: '#988085'

red 152 ◦ green 128 ◦ blue 133

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

Shades of Venus #988085

Tints of Venus #988085

RGB

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

 GREEN value IS 128 (50.39% from 255) = 30.99%

 BLUE value IS 133 (52.34% from 255) = 32.2%

R = 36.8%
G = 30.99%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.13

 K value IS 0.40

RGB Variations

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

Color information

#988085 (or 0x988085) is known color: Venus. HEX triplet: 98, 80 and 85. RGB value is (152,128,133). Sum of RGB (Red+Green+Blue) = 152+128+133=413 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.80% from 413); Green value is 128 (50.39% from 255 or 30.99% from 413); Blue value is 133 (52.34% from 255 or 32.20% from 413); Max value from RGB is 152 - color contains mainly: red. Hex color #988085 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988085 is #677F7A. Grayscale: #878787. Windows color (decimal): -6782843 or 8749208. OLE color: 8749208.

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

Color convert

RGB 152 128 133 -
CMYK 0 0.16 0.13 0.40
HSL 347.5º 0.1% 0.55% -
HSV(B) 347.5º 0.16% 0.6% -
XYZ 24.9 23.81 25.47 -
YUV 135.75 126.45 139.59 -
System Red Green Blue C M Y K H S L
Decimal 152 128 133 0 0.16 0.13 0.40 347.5 0.1 0.55
Hex 98 80 85 0 10 D 28 15C A 37
Octal 230 200 205 0 20 15 50 534 12 67
Binary 10011000 10000000 10000101 0 10000 1101 101000 101011100 1010 110111

Color Harmonies of #988085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988085

Black with #988085

Text Example


Text Example

White with #988085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988085; }

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

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

background-color css

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

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

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

border-color css

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

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

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