#94898C

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

Shades of Venus #94898C

Tints of Venus #94898C

Color information

#94898C (or 0x94898C) is unknown color: approx Venus. HEX triplet: 94, 89 and 8C. RGB value is (148,137,140). Sum of RGB (Red+Green+Blue) = 148+137+140=425 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.82% from 425); Green value is 137 (53.91% from 255 or 32.24% from 425); Blue value is 140 (55.08% from 255 or 32.94% from 425); Max value from RGB is 148 - color contains mainly: red. Hex color #94898C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94898C is #6B7673. Grayscale: #8C8C8C. Windows color (decimal): -7042676 or 9210260. OLE color: 9210260.

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

Color convert

RGB148137140-
CMYK00.070.050.42
HSL343.64º4.89%55.88%-
HSV(B)343.64º7.43%58.04%-
XYZ25.8926.0828.48-
YUV140.63127.64133.26-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.82%
GREEN value IS 137 (53.91% from 255) = 32.24%
BLUE value IS 140 (55.08% from 255) = 32.94%
R=34.82%
G=32.24%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14813714000.070.050.42343.644.8955.88
Hex94898C0752A158538
Octal22421121407552530570
Binary1001010010001001100011000111101101010101011000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94898C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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