#948087

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

Shades of Venus #948087

Tints of Venus #948087

Color information

#948087 (or 0x948087) is unknown color: approx Venus. HEX triplet: 94, 80 and 87. RGB value is (148,128,135). Sum of RGB (Red+Green+Blue) = 148+128+135=411 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.01% from 411); Green value is 128 (50.39% from 255 or 31.14% from 411); Blue value is 135 (53.12% from 255 or 32.85% from 411); Max value from RGB is 148 - color contains mainly: red. Hex color #948087 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948087 is #6B7F78. Grayscale: #868686. Windows color (decimal): -7044985 or 8880276. OLE color: 8880276.

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

Color convert

RGB148128135-
CMYK00.140.090.42
HSL339º8.55%54.12%-
HSV(B)339º13.51%58.04%-
XYZ24.3123.4826.17-
YUV134.78128.13137.43-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.01%
GREEN value IS 128 (50.39% from 255) = 31.14%
BLUE value IS 135 (53.12% from 255) = 32.85%
R=36.01%
G=31.14%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14812813500.140.090.423398.5554.12
Hex9480870E92A153936
Octal22420020701611525231166
Binary1001010010000000100001110111010011010101010100111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948087; }

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

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

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

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

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

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

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

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