#948587

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

Shades of Venus #948587

Tints of Venus #948587

Color information

#948587 (or 0x948587) is unknown color: approx Venus. HEX triplet: 94, 85 and 87. RGB value is (148,133,135). Sum of RGB (Red+Green+Blue) = 148+133+135=416 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.58% from 416); Green value is 133 (52.34% from 255 or 31.97% from 416); Blue value is 135 (53.12% from 255 or 32.45% from 416); Max value from RGB is 148 - color contains mainly: red. Hex color #948587 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948587 is #6B7A78. Grayscale: #898989. Windows color (decimal): -7043705 or 8881556. OLE color: 8881556.

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

Color convert

RGB148133135-
CMYK00.100.090.42
HSL352º6.55%55.1%-
HSV(B)352º10.14%58.04%-
XYZ24.9724.8226.4-
YUV137.71126.47135.34-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.58%
GREEN value IS 133 (52.34% from 255) = 31.97%
BLUE value IS 135 (53.12% from 255) = 32.45%
R=35.58%
G=31.97%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14813313500.100.090.423526.5555.1
Hex9485870A92A160737
Octal2242052070121152540767
Binary100101001000010110000111010101001101010101100000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948587; }

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

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

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

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

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

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

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

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