#94848A

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

Shades of Venus #94848A

Tints of Venus #94848A

Color information

#94848A (or 0x94848A) is unknown color: approx Venus. HEX triplet: 94, 84 and 8A. RGB value is (148,132,138). Sum of RGB (Red+Green+Blue) = 148+132+138=418 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.41% from 418); Green value is 132 (51.95% from 255 or 31.58% from 418); Blue value is 138 (54.30% from 255 or 33.01% from 418); Max value from RGB is 148 - color contains mainly: red. Hex color #94848A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94848A is #6B7B75. Grayscale: #898989. Windows color (decimal): -7043958 or 9077908. OLE color: 9077908.

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

Color convert

RGB148132138-
CMYK00.110.070.42
HSL337.5º6.96%54.9%-
HSV(B)337.5º10.81%58.04%-
XYZ25.0524.6327.48-
YUV137.47128.3135.51-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.41%
GREEN value IS 132 (51.95% from 255) = 31.58%
BLUE value IS 138 (54.30% from 255) = 33.01%
R=35.41%
G=31.58%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14813213800.110.070.42337.56.9654.9
Hex94848A0B72A152737
Octal224204212013752522767
Binary10010100100001001000101001011111101010101010010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94848A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94848A; }

 p { color: rgb(148,132,138); }

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

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

 a { background-color: rgb(148,132,138); }

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

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

 span { border-color: rgb(148,132,138); }

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