Html Css Color HEX #898083 Venus

📋 copy color: '#898083'

red 137 ◦ green 128 ◦ blue 131

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

Shades of Venus #898083

Tints of Venus #898083

RGB

 RED value IS 137 (53.91% from 255) = 34.6%

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

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

R = 34.6%
G = 32.32%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.04

 K value IS 0.46

RGB Variations

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

Color information

#898083 (or 0x898083) is known color: Venus. HEX triplet: 89, 80 and 83. RGB value is (137,128,131). Sum of RGB (Red+Green+Blue) = 137+128+131=396 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.60% from 396); Green value is 128 (50.39% from 255 or 32.32% from 396); Blue value is 131 (51.56% from 255 or 33.08% from 396); Max value from RGB is 137 - color contains mainly: red. Hex color #898083 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898083 is #767F7C. Grayscale: #838383. Windows color (decimal): -7765885 or 8618121. OLE color: 8618121.

HSL color Cylindrical-coordinate representation of color #898083: hue angle of 340º degrees, saturation: 0.04, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #898083 is Cyan = 0, Magento = 0.07, Yellow = 0.04 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 128 131 -
CMYK 0 0.07 0.04 0.46
HSL 340º 0.04% 0.52% -
HSV(B) 340º 0.07% 0.54% -
XYZ 22.13 22.4 24.63 -
YUV 131.03 127.98 132.26 -
System Red Green Blue C M Y K H S L
Decimal 137 128 131 0 0.07 0.04 0.46 340 0.04 0.52
Hex 89 80 83 0 7 4 2E 154 4 34
Octal 211 200 203 0 7 4 56 524 4 64
Binary 10001001 10000000 10000011 0 111 100 101110 101010100 100 110100

Color Harmonies of #898083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898083

Black with #898083

Text Example


Text Example

White with #898083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #898083; }

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

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

background-color css

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

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

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

border-color css

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

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

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