#818095

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

Shades of Grey Suit #818095

Tints of Grey Suit #818095

Color information

#818095 (or 0x818095) is unknown color: approx Grey Suit. HEX triplet: 81, 80 and 95. RGB value is (129,128,149). Sum of RGB (Red+Green+Blue) = 129+128+149=406 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.77% from 406); Green value is 128 (50.39% from 255 or 31.53% from 406); Blue value is 149 (58.59% from 255 or 36.70% from 406); Max value from RGB is 149 - color contains mainly: blue. Hex color #818095 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #818095 is #7E7F6A. Grayscale: #828282. Windows color (decimal): -8290155 or 9797761. OLE color: 9797761.

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

Color convert

RGB129128149-
CMYK0.130.1400.42
HSL242.86º9.01%54.31%-
HSV(B)242.86º14.09%58.43%-
XYZ22.222.2831.56-
YUV130.69138.33126.79-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.77%
GREEN value IS 128 (50.39% from 255) = 31.53%
BLUE value IS 149 (58.59% from 255) = 36.70%
R=31.77%
G=31.53%
B=36.70%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1291281490.130.1400.42242.869.0154.31
Hex818095DE02Af3936
Octal20120022515160523631166
Binary100000011000000010010101110111100101010111100111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818095; }

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

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

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

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

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

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

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

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