Html Css Color HEX #988083 Venus

📋 copy color: '#988083'

red 152 ◦ green 128 ◦ blue 131

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

Shades of Venus #988083

Tints of Venus #988083

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 31.87%

R = 36.98%
G = 31.14%
B = 31.87%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.14

 K value IS 0.40

RGB Variations

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

Color information

#988083 (or 0x988083) is known color: Venus. HEX triplet: 98, 80 and 83. RGB value is (152,128,131). Sum of RGB (Red+Green+Blue) = 152+128+131=411 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.98% from 411); Green value is 128 (50.39% from 255 or 31.14% from 411); Blue value is 131 (51.56% from 255 or 31.87% from 411); Max value from RGB is 152 - color contains mainly: red. Hex color #988083 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988083 is #677F7C. Grayscale: #878787. Windows color (decimal): -6782845 or 8618136. OLE color: 8618136.

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

Color convert

RGB 152 128 131 -
CMYK 0 0.16 0.14 0.40
HSL 352.5º 0.1% 0.55% -
HSV(B) 352.5º 0.16% 0.6% -
XYZ 24.76 23.75 24.75 -
YUV 135.52 125.45 139.76 -
System Red Green Blue C M Y K H S L
Decimal 152 128 131 0 0.16 0.14 0.40 352.5 0.1 0.55
Hex 98 80 83 0 10 E 28 160 A 37
Octal 230 200 203 0 20 16 50 540 12 67
Binary 10011000 10000000 10000011 0 10000 1110 101000 101100000 1010 110111

Color Harmonies of #988083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988083

Black with #988083

Text Example


Text Example

White with #988083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988083; }

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

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

background-color css

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

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

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

border-color css

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

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

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