Html Css Color HEX #988287 Venus

📋 copy color: '#988287'

red 152 ◦ green 130 ◦ blue 135

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

Shades of Venus #988287

Tints of Venus #988287

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 32.37%

R = 36.45%
G = 31.18%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.11

 K value IS 0.40

RGB Variations

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

Color information

#988287 (or 0x988287) is known color: Venus. HEX triplet: 98, 82 and 87. RGB value is (152,130,135). Sum of RGB (Red+Green+Blue) = 152+130+135=417 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.45% from 417); Green value is 130 (51.17% from 255 or 31.18% from 417); Blue value is 135 (53.12% from 255 or 32.37% from 417); Max value from RGB is 152 - color contains mainly: red. Hex color #988287 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988287 is #677D78. Grayscale: #898989. Windows color (decimal): -6782329 or 8880792. OLE color: 8880792.

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

Color convert

RGB 152 130 135 -
CMYK 0 0.14 0.11 0.40
HSL 346.36º 0.1% 0.55% -
HSV(B) 346.36º 0.14% 0.6% -
XYZ 25.3 24.39 26.3 -
YUV 137.15 126.79 138.59 -
System Red Green Blue C M Y K H S L
Decimal 152 130 135 0 0.14 0.11 0.40 346.36 0.1 0.55
Hex 98 82 87 0 E B 28 15A A 37
Octal 230 202 207 0 16 13 50 532 12 67
Binary 10011000 10000010 10000111 0 1110 1011 101000 101011010 1010 110111

Color Harmonies of #988287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988287

Black with #988287

Text Example


Text Example

White with #988287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988287; }

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

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

background-color css

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

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

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

border-color css

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

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

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