Html Css Color HEX #928085 Venus

📋 copy color: '#928085'

red 146 ◦ green 128 ◦ blue 133

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

Shades of Venus #928085

Tints of Venus #928085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 32.68%

R = 35.87%
G = 31.45%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.09

 K value IS 0.43

RGB Variations

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

Color information

#928085 (or 0x928085) is known color: Venus. HEX triplet: 92, 80 and 85. RGB value is (146,128,133). Sum of RGB (Red+Green+Blue) = 146+128+133=407 (53% of max value = 765). Red value is 146 (57.42% from 255 or 35.87% from 407); Green value is 128 (50.39% from 255 or 31.45% from 407); Blue value is 133 (52.34% from 255 or 32.68% from 407); Max value from RGB is 146 - color contains mainly: red. Hex color #928085 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #928085 is #6D7F7A. Grayscale: #858585. Windows color (decimal): -7176059 or 8749202. OLE color: 8749202.

HSL color Cylindrical-coordinate representation of color #928085: hue angle of 343.33º 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 #928085 is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 128 133 -
CMYK 0 0.12 0.09 0.43
HSL 343.33º 0.08% 0.54% -
HSV(B) 343.33º 0.12% 0.57% -
XYZ 23.81 23.24 25.42 -
YUV 133.95 127.46 136.59 -
System Red Green Blue C M Y K H S L
Decimal 146 128 133 0 0.12 0.09 0.43 343.33 0.08 0.54
Hex 92 80 85 0 C 9 2B 157 8 36
Octal 222 200 205 0 14 11 53 527 10 66
Binary 10010010 10000000 10000101 0 1100 1001 101011 101010111 1000 110110

Color Harmonies of #928085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #928085

Black with #928085

Text Example


Text Example

White with #928085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #928085; }

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

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

background-color css

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

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

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

border-color css

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

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

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