Html Css Color HEX #819985 Envy

📋 copy color: '#819985'

red 129 ◦ green 153 ◦ blue 133

#819985
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Envy #819985

Tints of Envy #819985

RGB

 RED value IS 129 (50.78% from 255) = 31.08%

 GREEN value IS 153 (60.16% from 255) = 36.87%

 BLUE value IS 133 (52.34% from 255) = 32.05%

R = 31.08%
G = 36.87%
B = 32.05%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.13

 K value IS 0.4

RGB Variations

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

Color information

#819985 (or 0x819985) is known color: Envy. HEX triplet: 81, 99 and 85. RGB value is (129,153,133). Sum of RGB (Red+Green+Blue) = 129+153+133=415 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.08% from 415); Green value is 153 (60.16% from 255 or 36.87% from 415); Blue value is 133 (52.34% from 255 or 32.05% from 415); Max value from RGB is 153 - color contains mainly: green. Hex color #819985 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #819985 is #7E667A. Grayscale: #8F8F8F. Windows color (decimal): -8283771 or 8755585. OLE color: 8755585.

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

Color convert

RGB 129 153 133 -
CMYK 0.16 0 0.13 0.4
HSL 130º 0.11% 0.55% -
HSV(B) 130º 0.16% 0.6% -
XYZ 24.68 29.14 26.51 -
YUV 143.54 122.05 117.63 -
System Red Green Blue C M Y K H S L
Decimal 129 153 133 0.16 0 0.13 0.4 130 0.11 0.55
Hex 81 99 85 10 0 D 28 82 B 37
Octal 201 231 205 20 0 15 50 202 13 67
Binary 10000001 10011001 10000101 10000 0 1101 101000 10000010 1011 110111

Color Harmonies of #819985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819985

Black with #819985

Text Example


Text Example

White with #819985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #819985; }

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

 H1.HeaderClassName
 {
   color: #819985;
 }
 .AnyTagClassName
 {
   color: #819985;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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