Html Css Color HEX #898283 Venus

📋 copy color: '#898283'

red 137 ◦ green 130 ◦ blue 131

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

Shades of Venus #898283

Tints of Venus #898283

RGB

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

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

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

R = 34.42%
G = 32.66%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.04

 K value IS 0.46

RGB Variations

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

Color information

#898283 (or 0x898283) is known color: Venus. HEX triplet: 89, 82 and 83. RGB value is (137,130,131). Sum of RGB (Red+Green+Blue) = 137+130+131=398 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.42% from 398); Green value is 130 (51.17% from 255 or 32.66% from 398); Blue value is 131 (51.56% from 255 or 32.91% from 398); Max value from RGB is 137 - color contains mainly: red. Hex color #898283 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898283 is #767D7C. Grayscale: #848484. Windows color (decimal): -7765373 or 8618633. OLE color: 8618633.

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

Color convert

RGB 137 130 131 -
CMYK 0 0.05 0.04 0.46
HSL 351.43º 0.03% 0.52% -
HSV(B) 351.43º 0.05% 0.54% -
XYZ 22.4 22.92 24.72 -
YUV 132.21 127.32 131.42 -
System Red Green Blue C M Y K H S L
Decimal 137 130 131 0 0.05 0.04 0.46 351.43 0.03 0.52
Hex 89 82 83 0 5 4 2E 15F 3 34
Octal 211 202 203 0 5 4 56 537 3 64
Binary 10001001 10000010 10000011 0 101 100 101110 101011111 11 110100

Color Harmonies of #898283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898283

Black with #898283

Text Example


Text Example

White with #898283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #898283; }

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

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

background-color css

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

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

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

border-color css

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

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

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