#908085

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

Shades of Venus #908085

Tints of Venus #908085

Color information

#908085 (or 0x908085) is unknown color: approx Venus. HEX triplet: 90, 80 and 85. RGB value is (144,128,133). Sum of RGB (Red+Green+Blue) = 144+128+133=405 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.56% from 405); Green value is 128 (50.39% from 255 or 31.60% from 405); Blue value is 133 (52.34% from 255 or 32.84% from 405); Max value from RGB is 144 - color contains mainly: red. Hex color #908085 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908085 is #6F7F7A. Grayscale: #858585. Windows color (decimal): -7307131 or 8749200. OLE color: 8749200.

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

Color convert

RGB144128133-
CMYK00.110.080.44
HSL341.25º6.72%53.33%-
HSV(B)341.25º11.11%56.47%-
XYZ23.4523.0625.41-
YUV133.35127.8135.59-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 35.56%
GREEN value IS 128 (50.39% from 255) = 31.60%
BLUE value IS 133 (52.34% from 255) = 32.84%
R=35.56%
G=31.60%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.08
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14412813300.110.080.44341.256.7253.33
Hex9080850B82C155735
Octal2202002050131054525765
Binary100100001000000010000101010111000101100101010101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908085; }

 p { color: rgb(144,128,133); }

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

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

 a { background-color: rgb(144,128,133); }

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

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

 span { border-color: rgb(144,128,133); }

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