#908B8D

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

Shades of Venus #908B8D

Tints of Venus #908B8D

Color information

#908B8D (or 0x908B8D) is unknown color: approx Venus. HEX triplet: 90, 8B and 8D. RGB value is (144,139,141). Sum of RGB (Red+Green+Blue) = 144+139+141=424 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.96% from 424); Green value is 139 (54.69% from 255 or 32.78% from 424); Blue value is 141 (55.47% from 255 or 33.25% from 424); Max value from RGB is 144 - color contains mainly: red. Hex color #908B8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908B8D is #6F7472. Grayscale: #8C8C8C. Windows color (decimal): -7304307 or 9276304. OLE color: 9276304.

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

Color convert

RGB144139141-
CMYK00.030.020.44
HSL336º2.2%55.49%-
HSV(B)336º3.47%56.47%-
XYZ25.5426.3228.93-
YUV140.72128.16130.34-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.96%
GREEN value IS 139 (54.69% from 255) = 32.78%
BLUE value IS 141 (55.47% from 255) = 33.25%
R=33.96%
G=32.78%
B=33.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.02
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14413914100.030.020.443362.255.49
Hex908B8D0322C150237
Octal22021321503254520267
Binary1001000010001011100011010111010110010101000010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908B8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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