Html Css Color HEX #928187 Venus

📋 copy color: '#928187'

red 146 ◦ green 129 ◦ blue 135

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

Shades of Venus #928187

Tints of Venus #928187

RGB

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

 GREEN value IS 129 (50.78% from 255) = 31.46%

 BLUE value IS 135 (53.13% from 255) = 32.93%

R = 35.61%
G = 31.46%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.08

 K value IS 0.43

RGB Variations

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

Color information

#928187 (or 0x928187) is known color: Venus. HEX triplet: 92, 81 and 87. RGB value is (146,129,135). Sum of RGB (Red+Green+Blue) = 146+129+135=410 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.61% from 410); Green value is 129 (50.78% from 255 or 31.46% from 410); Blue value is 135 (53.12% from 255 or 32.93% from 410); Max value from RGB is 146 - color contains mainly: red. Hex color #928187 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #928187 is #6D7E78. Grayscale: #868686. Windows color (decimal): -7175801 or 8880530. OLE color: 8880530.

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

Color convert

RGB 146 129 135 -
CMYK 0 0.12 0.08 0.43
HSL 338.82º 0.07% 0.54% -
HSV(B) 338.82º 0.12% 0.57% -
XYZ 24.08 23.56 26.2 -
YUV 134.77 128.13 136.01 -
System Red Green Blue C M Y K H S L
Decimal 146 129 135 0 0.12 0.08 0.43 338.82 0.07 0.54
Hex 92 81 87 0 C 8 2B 153 7 36
Octal 222 201 207 0 14 10 53 523 7 66
Binary 10010010 10000001 10000111 0 1100 1000 101011 101010011 111 110110

Color Harmonies of #928187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #928187

Black with #928187

Text Example


Text Example

White with #928187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #928187; }

 p { color: rgb(146,129,135); }

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

background-color css

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

 a { background-color: rgb(146,129,135); }

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

border-color css

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

 span { border-color: rgb(146,129,135); }

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