#819888

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

Shades of Envy #819888

Tints of Envy #819888

Color information

#819888 (or 0x819888) is unknown color: approx Envy. HEX triplet: 81, 98 and 88. RGB value is (129,152,136). Sum of RGB (Red+Green+Blue) = 129+152+136=417 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.94% from 417); Green value is 152 (59.77% from 255 or 36.45% from 417); Blue value is 136 (53.52% from 255 or 32.61% from 417); Max value from RGB is 152 - color contains mainly: green. Hex color #819888 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #819888 is #7E6777. Grayscale: #8F8F8F. Windows color (decimal): -8284024 or 8951937. OLE color: 8951937.

HSL color Cylindrical-coordinate representation of color #819888: hue angle of 138.26º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #819888 is Cyan = 0.15, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.40.

Color convert

RGB129152136-
CMYK0.1500.110.40
HSL138.26º10.04%55.1%-
HSV(B)138.26º15.13%59.61%-
XYZ24.7328.927.57-
YUV143.3123.88117.8-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.94%
GREEN value IS 152 (59.77% from 255) = 36.45%
BLUE value IS 136 (53.52% from 255) = 32.61%
R=30.94%
G=36.45%
B=32.61%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1291521360.1500.110.40138.2610.0455.1
Hex819888F0B288aa37
Octal20123021017013502121267
Binary100000011001100010001000111101011101000100010101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #819888; }

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

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

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

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

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

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

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

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