#908388

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

Shades of Venus #908388

Tints of Venus #908388

Color information

#908388 (or 0x908388) is unknown color: approx Venus. HEX triplet: 90, 83 and 88. RGB value is (144,131,136). Sum of RGB (Red+Green+Blue) = 144+131+136=411 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.04% from 411); Green value is 131 (51.56% from 255 or 31.87% from 411); Blue value is 136 (53.52% from 255 or 33.09% from 411); Max value from RGB is 144 - color contains mainly: red. Hex color #908388 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908388 is #6F7C77. Grayscale: #878787. Windows color (decimal): -7306360 or 8946576. OLE color: 8946576.

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

Color convert

RGB144131136-
CMYK00.090.060.44
HSL336.92º5.53%53.92%-
HSV(B)336.92º9.03%56.47%-
XYZ24.0623.9426.65-
YUV135.46128.31134.09-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 35.04%
GREEN value IS 131 (51.56% from 255) = 31.87%
BLUE value IS 136 (53.52% from 255) = 33.09%
R=35.04%
G=31.87%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.06
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14413113600.090.060.44336.925.5353.92
Hex9083880962C151636
Octal220203210011654521666
Binary10010000100000111000100001001110101100101010001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908388; }

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

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

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

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

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

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

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

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