#948284

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

Shades of Venus #948284

Tints of Venus #948284

Color information

#948284 (or 0x948284) is unknown color: approx Venus. HEX triplet: 94, 82 and 84. RGB value is (148,130,132). Sum of RGB (Red+Green+Blue) = 148+130+132=410 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.10% from 410); Green value is 130 (51.17% from 255 or 31.71% from 410); Blue value is 132 (51.95% from 255 or 32.20% from 410); Max value from RGB is 148 - color contains mainly: red. Hex color #948284 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948284 is #6B7D7B. Grayscale: #878787. Windows color (decimal): -7044476 or 8684180. OLE color: 8684180.

HSL color Cylindrical-coordinate representation of color #948284: hue angle of 353.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 #948284 is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB148130132-
CMYK00.120.110.42
HSL353.33º7.76%54.51%-
HSV(B)353.33º12.16%58.04%-
XYZ24.3623.9325.16-
YUV135.61125.96136.84-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.10%
GREEN value IS 130 (51.17% from 255) = 31.71%
BLUE value IS 132 (51.95% from 255) = 32.20%
R=36.10%
G=31.71%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.11
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14813013200.120.110.42353.337.7654.51
Hex9482840CB2A161837
Octal22420220401413525411067
Binary1001010010000010100001000110010111010101011000011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948284; }

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

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

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

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

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

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

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

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