#908188

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

Shades of Venus #908188

Tints of Venus #908188

Color information

#908188 (or 0x908188) is unknown color: approx Venus. HEX triplet: 90, 81 and 88. RGB value is (144,129,136). Sum of RGB (Red+Green+Blue) = 144+129+136=409 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.21% from 409); Green value is 129 (50.78% from 255 or 31.54% from 409); Blue value is 136 (53.52% from 255 or 33.25% from 409); Max value from RGB is 144 - color contains mainly: red. Hex color #908188 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908188 is #6F7E77. Grayscale: #868686. Windows color (decimal): -7306872 or 8946064. OLE color: 8946064.

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

Color convert

RGB144129136-
CMYK00.100.060.44
HSL332º6.33%53.53%-
HSV(B)332º10.42%56.47%-
XYZ23.823.4126.56-
YUV134.28128.97134.93-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 35.21%
GREEN value IS 129 (50.78% from 255) = 31.54%
BLUE value IS 136 (53.52% from 255) = 33.25%
R=35.21%
G=31.54%
B=33.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.06
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14412913600.100.060.443326.3353.53
Hex9081880A62C14c636
Octal220201210012654514666
Binary10010000100000011000100001010110101100101001100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908188; }

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

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

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

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

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

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

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

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