#94888C

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

Shades of Venus #94888C

Tints of Venus #94888C

Color information

#94888C (or 0x94888C) is unknown color: approx Venus. HEX triplet: 94, 88 and 8C. RGB value is (148,136,140). Sum of RGB (Red+Green+Blue) = 148+136+140=424 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.91% from 424); Green value is 136 (53.52% from 255 or 32.08% from 424); Blue value is 140 (55.08% from 255 or 33.02% from 424); Max value from RGB is 148 - color contains mainly: red. Hex color #94888C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94888C is #6B7773. Grayscale: #8C8C8C. Windows color (decimal): -7042932 or 9210004. OLE color: 9210004.

HSL color Cylindrical-coordinate representation of color #94888C: hue angle of 340º degrees, saturation: 0.05, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #94888C is Cyan = 0, Magento = 0.08, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB148136140-
CMYK00.080.050.42
HSL340º5.31%55.69%-
HSV(B)340º8.11%58.04%-
XYZ25.7525.828.43-
YUV140.04127.98133.67-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.91%
GREEN value IS 136 (53.52% from 255) = 32.08%
BLUE value IS 140 (55.08% from 255) = 33.02%
R=34.91%
G=32.08%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14813614000.080.050.423405.3155.69
Hex94888C0852A154538
Octal224210214010552524570
Binary10010100100010001000110001000101101010101010100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94888C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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