#948689

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

Shades of Venus #948689

Tints of Venus #948689

Color information

#948689 (or 0x948689) is unknown color: approx Venus. HEX triplet: 94, 86 and 89. RGB value is (148,134,137). Sum of RGB (Red+Green+Blue) = 148+134+137=419 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.32% from 419); Green value is 134 (52.73% from 255 or 31.98% from 419); Blue value is 137 (53.91% from 255 or 32.70% from 419); Max value from RGB is 148 - color contains mainly: red. Hex color #948689 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948689 is #6B7976. Grayscale: #8A8A8A. Windows color (decimal): -7043447 or 9012884. OLE color: 9012884.

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

Color convert

RGB148134137-
CMYK00.090.070.42
HSL347.14º6.14%55.29%-
HSV(B)347.14º9.46%58.04%-
XYZ25.2525.1527.19-
YUV138.53127.14134.76-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.32%
GREEN value IS 134 (52.73% from 255) = 31.98%
BLUE value IS 137 (53.91% from 255) = 32.70%
R=35.32%
G=31.98%
B=32.70%

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
Decimal14813413700.090.070.42347.146.1455.29
Hex9486890972A15b637
Octal224206211011752533667
Binary10010100100001101000100101001111101010101011011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948689; }

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

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

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

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

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

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

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

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