#94878C

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

Shades of Venus #94878C

Tints of Venus #94878C

Color information

#94878C (or 0x94878C) is unknown color: approx Venus. HEX triplet: 94, 87 and 8C. RGB value is (148,135,140). Sum of RGB (Red+Green+Blue) = 148+135+140=423 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.99% from 423); Green value is 135 (53.12% from 255 or 31.91% from 423); Blue value is 140 (55.08% from 255 or 33.10% from 423); Max value from RGB is 148 - color contains mainly: red. Hex color #94878C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94878C is #6B7873. Grayscale: #8B8B8B. Windows color (decimal): -7043188 or 9209748. OLE color: 9209748.

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

Color convert

RGB148135140-
CMYK00.090.050.42
HSL336.92º5.73%55.49%-
HSV(B)336.92º8.78%58.04%-
XYZ25.6125.5228.39-
YUV139.46128.31134.09-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.99%
GREEN value IS 135 (53.12% from 255) = 31.91%
BLUE value IS 140 (55.08% from 255) = 33.10%
R=34.99%
G=31.91%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14813514000.090.050.42336.925.7355.49
Hex94878C0952A151637
Octal224207214011552521667
Binary10010100100001111000110001001101101010101010001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94878C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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