Html Css Color HEX #988284 Venus

📋 copy color: '#988284'

red 152 ◦ green 130 ◦ blue 132

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

Shades of Venus #988284

Tints of Venus #988284

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 31.88%

R = 36.71%
G = 31.4%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.13

 K value IS 0.40

RGB Variations

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

Color information

#988284 (or 0x988284) is known color: Venus. HEX triplet: 98, 82 and 84. RGB value is (152,130,132). Sum of RGB (Red+Green+Blue) = 152+130+132=414 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.71% from 414); Green value is 130 (51.17% from 255 or 31.40% from 414); Blue value is 132 (51.95% from 255 or 31.88% from 414); Max value from RGB is 152 - color contains mainly: red. Hex color #988284 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988284 is #677D7B. Grayscale: #888888. Windows color (decimal): -6782332 or 8684184. OLE color: 8684184.

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

Color convert

RGB 152 130 132 -
CMYK 0 0.14 0.13 0.40
HSL 354.55º 0.1% 0.55% -
HSV(B) 354.55º 0.14% 0.6% -
XYZ 25.1 24.31 25.2 -
YUV 136.81 125.29 138.84 -
System Red Green Blue C M Y K H S L
Decimal 152 130 132 0 0.14 0.13 0.40 354.55 0.1 0.55
Hex 98 82 84 0 E D 28 163 A 37
Octal 230 202 204 0 16 15 50 543 12 67
Binary 10011000 10000010 10000100 0 1110 1101 101000 101100011 1010 110111

Color Harmonies of #988284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988284

Black with #988284

Text Example


Text Example

White with #988284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988284; }

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

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

background-color css

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

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

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

border-color css

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

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

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