Html Css Color HEX #928083 Venus

📋 copy color: '#928083'

red 146 ◦ green 128 ◦ blue 131

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

Shades of Venus #928083

Tints of Venus #928083

RGB

 RED value IS 146 (57.42% from 255) = 36.05%

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

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

R = 36.05%
G = 31.6%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.10

 K value IS 0.43

RGB Variations

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

Color information

#928083 (or 0x928083) is known color: Venus. HEX triplet: 92, 80 and 83. RGB value is (146,128,131). Sum of RGB (Red+Green+Blue) = 146+128+131=405 (53% of max value = 765). Red value is 146 (57.42% from 255 or 36.05% from 405); Green value is 128 (50.39% from 255 or 31.60% from 405); Blue value is 131 (51.56% from 255 or 32.35% from 405); Max value from RGB is 146 - color contains mainly: red. Hex color #928083 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #928083 is #6D7F7C. Grayscale: #858585. Windows color (decimal): -7176061 or 8618130. OLE color: 8618130.

HSL color Cylindrical-coordinate representation of color #928083: hue angle of 350º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #928083 is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 128 131 -
CMYK 0 0.12 0.10 0.43
HSL 350º 0.08% 0.54% -
HSV(B) 350º 0.12% 0.57% -
XYZ 23.67 23.19 24.7 -
YUV 133.72 126.46 136.76 -
System Red Green Blue C M Y K H S L
Decimal 146 128 131 0 0.12 0.10 0.43 350 0.08 0.54
Hex 92 80 83 0 C A 2B 15E 8 36
Octal 222 200 203 0 14 12 53 536 10 66
Binary 10010010 10000000 10000011 0 1100 1010 101011 101011110 1000 110110

Color Harmonies of #928083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #928083

Black with #928083

Text Example


Text Example

White with #928083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #928083; }

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

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

background-color css

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

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

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

border-color css

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

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

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