#948283

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

Shades of Venus #948283

Tints of Venus #948283

Color information

#948283 (or 0x948283) is unknown color: approx Venus. HEX triplet: 94, 82 and 83. RGB value is (148,130,131). Sum of RGB (Red+Green+Blue) = 148+130+131=409 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.19% from 409); Green value is 130 (51.17% from 255 or 31.78% from 409); Blue value is 131 (51.56% from 255 or 32.03% from 409); Max value from RGB is 148 - color contains mainly: red. Hex color #948283 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948283 is #6B7D7C. Grayscale: #878787. Windows color (decimal): -7044477 or 8618644. OLE color: 8618644.

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

Color convert

RGB148130131-
CMYK00.120.110.42
HSL356.67º7.76%54.51%-
HSV(B)356.67º12.16%58.04%-
XYZ24.2923.924.81-
YUV135.5125.46136.92-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.19%
GREEN value IS 130 (51.17% from 255) = 31.78%
BLUE value IS 131 (51.56% from 255) = 32.03%
R=36.19%
G=31.78%
B=32.03%

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
Decimal14813013100.120.110.42356.677.7654.51
Hex9482830CB2A165837
Octal22420220301413525451067
Binary1001010010000010100000110110010111010101011001011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948283; }

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

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

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

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

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

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

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

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