Html Css Color HEX #988288 Venus

📋 copy color: '#988288'

red 152 ◦ green 130 ◦ blue 136

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

Shades of Venus #988288

Tints of Venus #988288

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 32.54%

R = 36.36%
G = 31.1%
B = 32.54%

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

#988288 (or 0x988288) is known color: Venus. HEX triplet: 98, 82 and 88. RGB value is (152,130,136). Sum of RGB (Red+Green+Blue) = 152+130+136=418 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.36% from 418); Green value is 130 (51.17% from 255 or 31.10% from 418); Blue value is 136 (53.52% from 255 or 32.54% from 418); Max value from RGB is 152 - color contains mainly: red. Hex color #988288 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988288 is #677D77. Grayscale: #898989. Windows color (decimal): -6782328 or 8946328. OLE color: 8946328.

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

Color convert

RGB 152 130 136 -
CMYK 0 0.14 0.11 0.40
HSL 343.64º 0.1% 0.55% -
HSV(B) 343.64º 0.14% 0.6% -
XYZ 25.38 24.42 26.67 -
YUV 137.26 127.29 138.51 -
System Red Green Blue C M Y K H S L
Decimal 152 130 136 0 0.14 0.11 0.40 343.64 0.1 0.55
Hex 98 82 88 0 E B 28 158 A 37
Octal 230 202 210 0 16 13 50 530 12 67
Binary 10011000 10000010 10001000 0 1110 1011 101000 101011000 1010 110111

Color Harmonies of #988288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988288

Black with #988288

Text Example


Text Example

White with #988288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988288; }

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

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

background-color css

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

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

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

border-color css

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

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

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