#819885

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

Shades of Envy #819885

Tints of Envy #819885

Color information

#819885 (or 0x819885) is unknown color: approx Envy. HEX triplet: 81, 98 and 85. RGB value is (129,152,133). Sum of RGB (Red+Green+Blue) = 129+152+133=414 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.16% from 414); Green value is 152 (59.77% from 255 or 36.71% from 414); Blue value is 133 (52.34% from 255 or 32.13% from 414); Max value from RGB is 152 - color contains mainly: green. Hex color #819885 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #819885 is #7E677A. Grayscale: #8F8F8F. Windows color (decimal): -8284027 or 8755329. OLE color: 8755329.

HSL color Cylindrical-coordinate representation of color #819885: hue angle of 130.43º 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 #819885 is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.40.

Color convert

RGB129152133-
CMYK0.1500.130.40
HSL130.43º10.04%55.1%-
HSV(B)130.43º15.13%59.61%-
XYZ24.5228.8226.46-
YUV142.96122.38118.04-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.16%
GREEN value IS 152 (59.77% from 255) = 36.71%
BLUE value IS 133 (52.34% from 255) = 32.13%
R=31.16%
G=36.71%
B=32.13%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1291521330.1500.130.40130.4310.0455.1
Hex819885F0D2882a37
Octal20123020517015502021267
Binary100000011001100010000101111101101101000100000101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #819885; }

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

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

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

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

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

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

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

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