#94888B

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

Shades of Venus #94888B

Tints of Venus #94888B

Color information

#94888B (or 0x94888B) is unknown color: approx Venus. HEX triplet: 94, 88 and 8B. RGB value is (148,136,139). Sum of RGB (Red+Green+Blue) = 148+136+139=423 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.99% from 423); Green value is 136 (53.52% from 255 or 32.15% from 423); Blue value is 139 (54.69% from 255 or 32.86% from 423); Max value from RGB is 148 - color contains mainly: red. Hex color #94888B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94888B is #6B7774. Grayscale: #8B8B8B. Windows color (decimal): -7042933 or 9144468. OLE color: 9144468.

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

Color convert

RGB148136139-
CMYK00.080.060.42
HSL345º5.31%55.69%-
HSV(B)345º8.11%58.04%-
XYZ25.6825.7728.05-
YUV139.93127.48133.76-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.99%
GREEN value IS 136 (53.52% from 255) = 32.15%
BLUE value IS 139 (54.69% from 255) = 32.86%
R=34.99%
G=32.15%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14813613900.080.060.423455.3155.69
Hex94888B0862A159538
Octal224210213010652531570
Binary10010100100010001000101101000110101010101011001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94888B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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