Html Css Color HEX #819392 Juniper

📋 copy color: '#819392'

red 129 ◦ green 147 ◦ blue 146

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

Shades of Juniper #819392

Tints of Juniper #819392

RGB

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

 GREEN value IS 147 (57.81% from 255) = 34.83%

 BLUE value IS 146 (57.42% from 255) = 34.6%

R = 30.57%
G = 34.83%
B = 34.6%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#819392 (or 0x819392) is known color: Juniper. HEX triplet: 81, 93 and 92. RGB value is (129,147,146). Sum of RGB (Red+Green+Blue) = 129+147+146=422 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.57% from 422); Green value is 147 (57.81% from 255 or 34.83% from 422); Blue value is 146 (57.42% from 255 or 34.60% from 422); Max value from RGB is 147 - color contains mainly: green. Hex color #819392 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #819392 is #7E6C6D. Grayscale: #8D8D8D. Windows color (decimal): -8285294 or 9606017. OLE color: 9606017.

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

Color convert

RGB 129 147 146 -
CMYK 0.12 0 0.01 0.42
HSL 176.67º 0.08% 0.54% -
HSV(B) 176.67º 0.12% 0.58% -
XYZ 24.68 27.61 31.22 -
YUV 141.5 130.54 119.08 -
System Red Green Blue C M Y K H S L
Decimal 129 147 146 0.12 0 0.01 0.42 176.67 0.08 0.54
Hex 81 93 92 C 0 1 2A B1 8 36
Octal 201 223 222 14 0 1 52 261 10 66
Binary 10000001 10010011 10010010 1100 0 1 101010 10110001 1000 110110

Color Harmonies of #819392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819392

Black with #819392

Text Example


Text Example

White with #819392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #819392; }

 p { color: rgb(129,147,146); }

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

background-color css

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

 a { background-color: rgb(129,147,146); }

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

border-color css

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

 span { border-color: rgb(129,147,146); }

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