#94868B

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

Shades of Venus #94868B

Tints of Venus #94868B

Color information

#94868B (or 0x94868B) is unknown color: approx Venus. HEX triplet: 94, 86 and 8B. RGB value is (148,134,139). Sum of RGB (Red+Green+Blue) = 148+134+139=421 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.15% from 421); Green value is 134 (52.73% from 255 or 31.83% from 421); Blue value is 139 (54.69% from 255 or 33.02% from 421); Max value from RGB is 148 - color contains mainly: red. Hex color #94868B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94868B is #6B7974. Grayscale: #8A8A8A. Windows color (decimal): -7043445 or 9143956. OLE color: 9143956.

HSL color Cylindrical-coordinate representation of color #94868B: hue angle of 338.57º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #94868B is Cyan = 0, Magento = 0.09, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB148134139-
CMYK00.090.060.42
HSL338.57º6.14%55.29%-
HSV(B)338.57º9.46%58.04%-
XYZ25.425.2127.95-
YUV138.76128.14134.59-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.15%
GREEN value IS 134 (52.73% from 255) = 31.83%
BLUE value IS 139 (54.69% from 255) = 33.02%
R=35.15%
G=31.83%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14813413900.090.060.42338.576.1455.29
Hex94868B0962A153637
Octal224206213011652523667
Binary10010100100001101000101101001110101010101010011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94868B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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