#94828A

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

Shades of Venus #94828A

Tints of Venus #94828A

Color information

#94828A (or 0x94828A) is unknown color: approx Venus. HEX triplet: 94, 82 and 8A. RGB value is (148,130,138). Sum of RGB (Red+Green+Blue) = 148+130+138=416 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.58% from 416); Green value is 130 (51.17% from 255 or 31.25% from 416); Blue value is 138 (54.30% from 255 or 33.17% from 416); Max value from RGB is 148 - color contains mainly: red. Hex color #94828A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94828A is #6B7D75. Grayscale: #888888. Windows color (decimal): -7044470 or 9077396. OLE color: 9077396.

HSL color Cylindrical-coordinate representation of color #94828A: hue angle of 333.33º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #94828A is Cyan = 0, Magento = 0.12, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB148130138-
CMYK00.120.070.42
HSL333.33º7.76%54.51%-
HSV(B)333.33º12.16%58.04%-
XYZ24.7824.127.39-
YUV136.29128.96136.35-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.58%
GREEN value IS 130 (51.17% from 255) = 31.25%
BLUE value IS 138 (54.30% from 255) = 33.17%
R=35.58%
G=31.25%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14813013800.120.070.42333.337.7654.51
Hex94828A0C72A14d837
Octal2242022120147525151067
Binary100101001000001010001010011001111010101010011011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94828A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94828A; }

 p { color: rgb(148,130,138); }

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

<style>
 a { background-color: #94828A; }

 a { background-color: rgb(148,130,138); }

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

<style>
 span { border-color: #94828A; }

 span { border-color: rgb(148,130,138); }

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