#948B8F

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

Shades of Venus #948B8F

Tints of Venus #948B8F

Color information

#948B8F (or 0x948B8F) is unknown color: approx Venus. HEX triplet: 94, 8B and 8F. RGB value is (148,139,143). Sum of RGB (Red+Green+Blue) = 148+139+143=430 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.42% from 430); Green value is 139 (54.69% from 255 or 32.33% from 430); Blue value is 143 (56.25% from 255 or 33.26% from 430); Max value from RGB is 148 - color contains mainly: red. Hex color #948B8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948B8F is #6B7470. Grayscale: #8E8E8E. Windows color (decimal): -7042161 or 9407380. OLE color: 9407380.

HSL color Cylindrical-coordinate representation of color #948B8F: hue angle of 333.33º degrees, saturation: 0.04, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #948B8F is Cyan = 0, Magento = 0.06, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB148139143-
CMYK00.060.030.42
HSL333.33º4.04%56.27%-
HSV(B)333.33º6.08%58.04%-
XYZ26.426.7429.76-
YUV142.15128.48132.17-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.42%
GREEN value IS 139 (54.69% from 255) = 32.33%
BLUE value IS 143 (56.25% from 255) = 33.26%
R=34.42%
G=32.33%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14813914300.060.030.42333.334.0456.27
Hex948B8F0632A14d438
Octal22421321706352515470
Binary100101001000101110001111011011101010101001101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948B8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948B8F; }

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

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

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

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

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

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

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

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