#928188

Color #928188 Venus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Venus #928188

Tints of Venus #928188

Color information

#928188 (or 0x928188) is unknown color: approx Venus. HEX triplet: 92, 81 and 88. RGB value is (146,129,136). Sum of RGB (Red+Green+Blue) = 146+129+136=411 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.52% from 411); Green value is 129 (50.78% from 255 or 31.39% from 411); Blue value is 136 (53.52% from 255 or 33.09% from 411); Max value from RGB is 146 - color contains mainly: red. Hex color #928188 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #928188 is #6D7E77. Grayscale: #868686. Windows color (decimal): -7175800 or 8946066. OLE color: 8946066.

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

Color convert

RGB146129136-
CMYK00.120.070.43
HSL335.29º7.23%53.92%-
HSV(B)335.29º11.64%57.25%-
XYZ24.1523.5926.57-
YUV134.88128.63135.93-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 35.52%
GREEN value IS 129 (50.78% from 255) = 31.39%
BLUE value IS 136 (53.52% from 255) = 33.09%
R=35.52%
G=31.39%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.07
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14612913600.120.070.43335.297.2353.92
Hex9281880C72B14f736
Octal222201210014753517766
Binary10010010100000011000100001100111101011101001111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928188; }

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

 H1.HeaderClassName
 {
   color: #928188;
 }
 .AnyTagClassName
 {
   color: #928188;
 }
</style>
background-color css

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

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

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

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

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

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