#92868B

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

Shades of Venus #92868B

Tints of Venus #92868B

Color information

#92868B (or 0x92868B) is unknown color: approx Venus. HEX triplet: 92, 86 and 8B. RGB value is (146,134,139). Sum of RGB (Red+Green+Blue) = 146+134+139=419 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.84% from 419); Green value is 134 (52.73% from 255 or 31.98% from 419); Blue value is 139 (54.69% from 255 or 33.17% from 419); Max value from RGB is 146 - color contains mainly: red. Hex color #92868B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92868B is #6D7974. Grayscale: #8A8A8A. Windows color (decimal): -7174517 or 9143954. OLE color: 9143954.

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

Color convert

RGB146134139-
CMYK00.080.050.43
HSL335º5.22%54.9%-
HSV(B)335º8.22%57.25%-
XYZ25.0425.0327.94-
YUV138.16128.48133.59-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.84%
GREEN value IS 134 (52.73% from 255) = 31.98%
BLUE value IS 139 (54.69% from 255) = 33.17%
R=34.84%
G=31.98%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.05
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14613413900.080.050.433355.2254.9
Hex92868B0852B14f537
Octal222206213010553517567
Binary10010010100001101000101101000101101011101001111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92868B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92868B; }

 p { color: rgb(146,134,139); }

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

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

 a { background-color: rgb(146,134,139); }

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

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

 span { border-color: rgb(146,134,139); }

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