#948789

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

Shades of Venus #948789

Tints of Venus #948789

Color information

#948789 (or 0x948789) is unknown color: approx Venus. HEX triplet: 94, 87 and 89. RGB value is (148,135,137). Sum of RGB (Red+Green+Blue) = 148+135+137=420 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.24% from 420); Green value is 135 (53.12% from 255 or 32.14% from 420); Blue value is 137 (53.91% from 255 or 32.62% from 420); Max value from RGB is 148 - color contains mainly: red. Hex color #948789 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948789 is #6B7876. Grayscale: #8B8B8B. Windows color (decimal): -7043191 or 9013140. OLE color: 9013140.

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

Color convert

RGB148135137-
CMYK00.090.070.42
HSL350.77º5.73%55.49%-
HSV(B)350.77º8.78%58.04%-
XYZ25.3925.4327.24-
YUV139.11126.81134.34-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.24%
GREEN value IS 135 (53.12% from 255) = 32.14%
BLUE value IS 137 (53.91% from 255) = 32.62%
R=35.24%
G=32.14%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14813513700.090.070.42350.775.7355.49
Hex9487890972A15f637
Octal224207211011752537667
Binary10010100100001111000100101001111101010101011111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948789; }

 p { color: rgb(148,135,137); }

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

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

 a { background-color: rgb(148,135,137); }

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

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

 span { border-color: rgb(148,135,137); }

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