Html Css Color HEX #928189 Venus

📋 copy color: '#928189'

red 146 ◦ green 129 ◦ blue 137

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

Shades of Venus #928189

Tints of Venus #928189

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 33.25%

R = 35.44%
G = 31.31%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.06

 K value IS 0.43

RGB Variations

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

Color information

#928189 (or 0x928189) is known color: Venus. HEX triplet: 92, 81 and 89. RGB value is (146,129,137). Sum of RGB (Red+Green+Blue) = 146+129+137=412 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.44% from 412); Green value is 129 (50.78% from 255 or 31.31% from 412); Blue value is 137 (53.91% from 255 or 33.25% from 412); Max value from RGB is 146 - color contains mainly: red. Hex color #928189 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #928189 is #6D7E76. Grayscale: #868686. Windows color (decimal): -7175799 or 9011602. OLE color: 9011602.

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

Color convert

RGB 146 129 137 -
CMYK 0 0.12 0.06 0.43
HSL 331.76º 0.07% 0.54% -
HSV(B) 331.76º 0.12% 0.57% -
XYZ 24.22 23.62 26.95 -
YUV 135 129.13 135.85 -
System Red Green Blue C M Y K H S L
Decimal 146 129 137 0 0.12 0.06 0.43 331.76 0.07 0.54
Hex 92 81 89 0 C 6 2B 14C 7 36
Octal 222 201 211 0 14 6 53 514 7 66
Binary 10010010 10000001 10001001 0 1100 110 101011 101001100 111 110110

Color Harmonies of #928189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #928189

Black with #928189

Text Example


Text Example

White with #928189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #928189; }

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

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

background-color css

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

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

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

border-color css

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

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

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