#818093

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

Shades of Grey Suit #818093

Tints of Grey Suit #818093

Color information

#818093 (or 0x818093) is unknown color: approx Grey Suit. HEX triplet: 81, 80 and 93. RGB value is (129,128,147). Sum of RGB (Red+Green+Blue) = 129+128+147=404 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.93% from 404); Green value is 128 (50.39% from 255 or 31.68% from 404); Blue value is 147 (57.81% from 255 or 36.39% from 404); Max value from RGB is 147 - color contains mainly: blue. Hex color #818093 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818093 is #7E7F6C. Grayscale: #828282. Windows color (decimal): -8290157 or 9666689. OLE color: 9666689.

HSL color Cylindrical-coordinate representation of color #818093: hue angle of 243.16º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #818093 is Cyan = 0.12, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB129128147-
CMYK0.120.1300.42
HSL243.16º8.09%53.92%-
HSV(B)243.16º12.93%57.65%-
XYZ22.0422.2130.73-
YUV130.46137.33126.96-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.93%
GREEN value IS 128 (50.39% from 255) = 31.68%
BLUE value IS 147 (57.81% from 255) = 36.39%
R=31.93%
G=31.68%
B=36.39%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1291281470.120.1300.42243.168.0953.92
Hex818093CD02Af3836
Octal20120022314150523631066
Binary100000011000000010010011110011010101010111100111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818093; }

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

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

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

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

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

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

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

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