#94868C

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

Shades of Venus #94868C

Tints of Venus #94868C

Color information

#94868C (or 0x94868C) is unknown color: approx Venus. HEX triplet: 94, 86 and 8C. RGB value is (148,134,140). Sum of RGB (Red+Green+Blue) = 148+134+140=422 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.07% from 422); Green value is 134 (52.73% from 255 or 31.75% from 422); Blue value is 140 (55.08% from 255 or 33.18% from 422); Max value from RGB is 148 - color contains mainly: red. Hex color #94868C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94868C is #6B7973. Grayscale: #8A8A8A. Windows color (decimal): -7043444 or 9209492. OLE color: 9209492.

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

Color convert

RGB148134140-
CMYK00.090.050.42
HSL334.29º6.14%55.29%-
HSV(B)334.29º9.46%58.04%-
XYZ25.4725.2428.34-
YUV138.87128.64134.51-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.07%
GREEN value IS 134 (52.73% from 255) = 31.75%
BLUE value IS 140 (55.08% from 255) = 33.18%
R=35.07%
G=31.75%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14813414000.090.050.42334.296.1455.29
Hex94868C0952A14e637
Octal224206214011552516667
Binary10010100100001101000110001001101101010101001110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94868C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94868C; }

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

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

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

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

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

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

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

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