#948088

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

Shades of Venus #948088

Tints of Venus #948088

Color information

#948088 (or 0x948088) is unknown color: approx Venus. HEX triplet: 94, 80 and 88. RGB value is (148,128,136). Sum of RGB (Red+Green+Blue) = 148+128+136=412 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.92% from 412); Green value is 128 (50.39% from 255 or 31.07% from 412); Blue value is 136 (53.52% from 255 or 33.01% from 412); Max value from RGB is 148 - color contains mainly: red. Hex color #948088 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948088 is #6B7F77. Grayscale: #868686. Windows color (decimal): -7044984 or 8945812. OLE color: 8945812.

HSL color Cylindrical-coordinate representation of color #948088: hue angle of 336º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #948088 is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.42.

Color convert

RGB148128136-
CMYK00.140.080.42
HSL336º8.55%54.12%-
HSV(B)336º13.51%58.04%-
XYZ24.3823.5126.55-
YUV134.89128.63137.35-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.92%
GREEN value IS 128 (50.39% from 255) = 31.07%
BLUE value IS 136 (53.52% from 255) = 33.01%
R=35.92%
G=31.07%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.08
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14812813600.140.080.423368.5554.12
Hex9480880E82A150936
Octal22420021001610525201166
Binary1001010010000000100010000111010001010101010100001001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948088; }

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

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

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

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

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

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

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

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