#948488

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

Shades of Venus #948488

Tints of Venus #948488

Color information

#948488 (or 0x948488) is unknown color: approx Venus. HEX triplet: 94, 84 and 88. RGB value is (148,132,136). Sum of RGB (Red+Green+Blue) = 148+132+136=416 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.58% from 416); Green value is 132 (51.95% from 255 or 31.73% from 416); Blue value is 136 (53.52% from 255 or 32.69% from 416); Max value from RGB is 148 - color contains mainly: red. Hex color #948488 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948488 is #6B7B77. Grayscale: #898989. Windows color (decimal): -7043960 or 8946836. OLE color: 8946836.

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

Color convert

RGB148132136-
CMYK00.110.080.42
HSL345º6.96%54.9%-
HSV(B)345º10.81%58.04%-
XYZ24.9124.5826.72-
YUV137.24127.3135.67-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.58%
GREEN value IS 132 (51.95% from 255) = 31.73%
BLUE value IS 136 (53.52% from 255) = 32.69%
R=35.58%
G=31.73%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.08
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14813213600.110.080.423456.9654.9
Hex9484880B82A159737
Octal2242042100131052531767
Binary100101001000010010001000010111000101010101011001111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948488; }

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

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

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

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

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

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

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

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