#818090

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

Shades of Grey Suit #818090

Tints of Grey Suit #818090

Color information

#818090 (or 0x818090) is unknown color: approx Grey Suit. HEX triplet: 81, 80 and 90. RGB value is (129,128,144). Sum of RGB (Red+Green+Blue) = 129+128+144=401 (53% of max value = 765). Red value is 129 (50.78% from 255 or 32.17% from 401); Green value is 128 (50.39% from 255 or 31.92% from 401); Blue value is 144 (56.64% from 255 or 35.91% from 401); Max value from RGB is 144 - color contains mainly: blue. Hex color #818090 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818090 is #7E7F6F. Grayscale: #828282. Windows color (decimal): -8290160 or 9470081. OLE color: 9470081.

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

Color convert

RGB129128144-
CMYK0.100.1100.44
HSL243.75º6.72%53.33%-
HSV(B)243.75º11.11%56.47%-
XYZ21.8122.1229.51-
YUV130.12135.83127.2-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.17%
GREEN value IS 128 (50.39% from 255) = 31.92%
BLUE value IS 144 (56.64% from 255) = 35.91%
R=32.17%
G=31.92%
B=35.91%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1291281440.100.1100.44243.756.7253.33
Hex818090AB02Cf4735
Octal2012002201213054364765
Binary10000001100000001001000010101011010110011110100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818090; }

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

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

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

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

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

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

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

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