#908488

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

Shades of Venus #908488

Tints of Venus #908488

Color information

#908488 (or 0x908488) is unknown color: approx Venus. HEX triplet: 90, 84 and 88. RGB value is (144,132,136). Sum of RGB (Red+Green+Blue) = 144+132+136=412 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.95% from 412); Green value is 132 (51.95% from 255 or 32.04% from 412); Blue value is 136 (53.52% from 255 or 33.01% from 412); Max value from RGB is 144 - color contains mainly: red. Hex color #908488 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908488 is #6F7B77. Grayscale: #888888. Windows color (decimal): -7306104 or 8946832. OLE color: 8946832.

HSL color Cylindrical-coordinate representation of color #908488: hue angle of 340º degrees, saturation: 0.05, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #908488 is Cyan = 0, Magento = 0.08, Yellow = 0.06 and Black (K on CMYK) = 0.44.

Color convert

RGB144132136-
CMYK00.080.060.44
HSL340º5.13%54.12%-
HSV(B)340º8.33%56.47%-
XYZ24.224.2126.69-
YUV136.04127.98133.67-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.95%
GREEN value IS 132 (51.95% from 255) = 32.04%
BLUE value IS 136 (53.52% from 255) = 33.01%
R=34.95%
G=32.04%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.06
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14413213600.080.060.443405.1354.12
Hex9084880862C154536
Octal220204210010654524566
Binary10010000100001001000100001000110101100101010100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908488; }

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

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

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

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

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

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

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

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