#908689

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

Shades of Venus #908689

Tints of Venus #908689

Color information

#908689 (or 0x908689) is unknown color: approx Venus. HEX triplet: 90, 86 and 89. RGB value is (144,134,137). Sum of RGB (Red+Green+Blue) = 144+134+137=415 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.70% from 415); Green value is 134 (52.73% from 255 or 32.29% from 415); Blue value is 137 (53.91% from 255 or 33.01% from 415); Max value from RGB is 144 - color contains mainly: red. Hex color #908689 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908689 is #6F7976. Grayscale: #898989. Windows color (decimal): -7305591 or 9012880. OLE color: 9012880.

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

Color convert

RGB144134137-
CMYK00.070.050.44
HSL342º4.31%54.51%-
HSV(B)342º6.94%56.47%-
XYZ24.5424.7927.16-
YUV137.33127.81132.76-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.70%
GREEN value IS 134 (52.73% from 255) = 32.29%
BLUE value IS 137 (53.91% from 255) = 33.01%
R=34.70%
G=32.29%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.05
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14413413700.070.050.443424.3154.51
Hex9086890752C156437
Octal22020621107554526467
Binary1001000010000110100010010111101101100101010110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908689; }

 p { color: rgb(144,134,137); }

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

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

 a { background-color: rgb(144,134,137); }

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

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

 span { border-color: rgb(144,134,137); }

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