#908288

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

Shades of Venus #908288

Tints of Venus #908288

Color information

#908288 (or 0x908288) is unknown color: approx Venus. HEX triplet: 90, 82 and 88. RGB value is (144,130,136). Sum of RGB (Red+Green+Blue) = 144+130+136=410 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.12% from 410); Green value is 130 (51.17% from 255 or 31.71% from 410); Blue value is 136 (53.52% from 255 or 33.17% from 410); Max value from RGB is 144 - color contains mainly: red. Hex color #908288 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908288 is #6F7D77. Grayscale: #868686. Windows color (decimal): -7306616 or 8946320. OLE color: 8946320.

HSL color Cylindrical-coordinate representation of color #908288: hue angle of 334.29º 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 #908288 is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.44.

Color convert

RGB144130136-
CMYK00.100.060.44
HSL334.29º5.93%53.73%-
HSV(B)334.29º9.72%56.47%-
XYZ23.9323.6726.6-
YUV134.87128.64134.51-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 35.12%
GREEN value IS 130 (51.17% from 255) = 31.71%
BLUE value IS 136 (53.52% from 255) = 33.17%
R=35.12%
G=31.71%
B=33.17%

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
Decimal14413013600.100.060.44334.295.9353.73
Hex9082880A62C14e636
Octal220202210012654516666
Binary10010000100000101000100001010110101100101001110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908288; }

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

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

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

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

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

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

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

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