#948288

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

Shades of Venus #948288

Tints of Venus #948288

Color information

#948288 (or 0x948288) is unknown color: approx Venus. HEX triplet: 94, 82 and 88. RGB value is (148,130,136). Sum of RGB (Red+Green+Blue) = 148+130+136=414 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.75% from 414); Green value is 130 (51.17% from 255 or 31.40% from 414); Blue value is 136 (53.52% from 255 or 32.85% from 414); Max value from RGB is 148 - color contains mainly: red. Hex color #948288 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948288 is #6B7D77. Grayscale: #888888. Windows color (decimal): -7044472 or 8946324. OLE color: 8946324.

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

Color convert

RGB148130136-
CMYK00.120.080.42
HSL340º7.76%54.51%-
HSV(B)340º12.16%58.04%-
XYZ24.6424.0426.63-
YUV136.07127.96136.51-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.75%
GREEN value IS 130 (51.17% from 255) = 31.40%
BLUE value IS 136 (53.52% from 255) = 32.85%
R=35.75%
G=31.40%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.08
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14813013600.120.080.423407.7654.51
Hex9482880C82A154837
Octal22420221001410525241067
Binary1001010010000010100010000110010001010101010101001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948288; }

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

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

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

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

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

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

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

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