#908D8E

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

Shades of Venus #908D8E

Tints of Venus #908D8E

Color information

#908D8E (or 0x908D8E) is unknown color: approx Venus. HEX triplet: 90, 8D and 8E. RGB value is (144,141,142). Sum of RGB (Red+Green+Blue) = 144+141+142=427 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.72% from 427); Green value is 141 (55.47% from 255 or 33.02% from 427); Blue value is 142 (55.86% from 255 or 33.26% from 427); Max value from RGB is 144 - color contains mainly: red. Hex color #908D8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908D8E is #6F7271. Grayscale: #8E8E8E. Windows color (decimal): -7303794 or 9342352. OLE color: 9342352.

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

Color convert

RGB144141142-
CMYK00.020.010.44
HSL340º1.33%55.88%-
HSV(B)340º2.08%56.47%-
XYZ25.9126.9329.42-
YUV142.01127.99129.42-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.72%
GREEN value IS 141 (55.47% from 255) = 33.02%
BLUE value IS 142 (55.86% from 255) = 33.26%
R=33.72%
G=33.02%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.01
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14414114200.020.010.443401.3355.88
Hex908D8E0212C154138
Octal22021521602154524170
Binary10010000100011011000111001011011001010101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908D8E; }

 p { color: rgb(144,141,142); }

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

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

 a { background-color: rgb(144,141,142); }

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

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

 span { border-color: rgb(144,141,142); }

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