#94848B

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

Shades of Venus #94848B

Tints of Venus #94848B

Color information

#94848B (or 0x94848B) is unknown color: approx Venus. HEX triplet: 94, 84 and 8B. RGB value is (148,132,139). Sum of RGB (Red+Green+Blue) = 148+132+139=419 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.32% from 419); Green value is 132 (51.95% from 255 or 31.50% from 419); Blue value is 139 (54.69% from 255 or 33.17% from 419); Max value from RGB is 148 - color contains mainly: red. Hex color #94848B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94848B is #6B7B74. Grayscale: #898989. Windows color (decimal): -7043957 or 9143444. OLE color: 9143444.

HSL color Cylindrical-coordinate representation of color #94848B: hue angle of 333.75º 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 #94848B is Cyan = 0, Magento = 0.11, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB148132139-
CMYK00.110.060.42
HSL333.75º6.96%54.9%-
HSV(B)333.75º10.81%58.04%-
XYZ25.1224.6627.86-
YUV137.58128.8135.43-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.32%
GREEN value IS 132 (51.95% from 255) = 31.50%
BLUE value IS 139 (54.69% from 255) = 33.17%
R=35.32%
G=31.50%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14813213900.110.060.42333.756.9654.9
Hex94848B0B62A14e737
Octal224204213013652516767
Binary10010100100001001000101101011110101010101001110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94848B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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