#819884

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

Shades of Envy #819884

Tints of Envy #819884

Color information

#819884 (or 0x819884) is unknown color: approx Envy. HEX triplet: 81, 98 and 84. RGB value is (129,152,132). Sum of RGB (Red+Green+Blue) = 129+152+132=413 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.23% from 413); Green value is 152 (59.77% from 255 or 36.80% from 413); Blue value is 132 (51.95% from 255 or 31.96% from 413); Max value from RGB is 152 - color contains mainly: green. Hex color #819884 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #819884 is #7E677B. Grayscale: #8E8E8E. Windows color (decimal): -8284028 or 8689793. OLE color: 8689793.

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

Color convert

RGB129152132-
CMYK0.1500.130.40
HSL127.83º10.04%55.1%-
HSV(B)127.83º15.13%59.61%-
XYZ24.4528.7926.1-
YUV142.84121.88118.13-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 31.23%
GREEN value IS 152 (59.77% from 255) = 36.80%
BLUE value IS 132 (51.95% from 255) = 31.96%
R=31.23%
G=36.80%
B=31.96%

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
Decimal1291521320.1500.130.40127.8310.0455.1
Hex819884F0D2880a37
Octal20123020417015502001267
Binary100000011001100010000100111101101101000100000001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #819884; }

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

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

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

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

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

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

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

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