Html Css Color HEX #809392 Juniper

📋 copy color: '#809392'

red 128 ◦ green 147 ◦ blue 146

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

Shades of Juniper #809392

Tints of Juniper #809392

RGB

 RED value IS 128 (50.39% from 255) = 30.4%

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

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

R = 30.4%
G = 34.92%
B = 34.68%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#809392 (or 0x809392) is known color: Juniper. HEX triplet: 80, 93 and 92. RGB value is (128,147,146). Sum of RGB (Red+Green+Blue) = 128+147+146=421 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.40% from 421); Green value is 147 (57.81% from 255 or 34.92% from 421); Blue value is 146 (57.42% from 255 or 34.68% from 421); Max value from RGB is 147 - color contains mainly: green. Hex color #809392 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #809392 is #7F6C6D. Grayscale: #8D8D8D. Windows color (decimal): -8350830 or 9606016. OLE color: 9606016.

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

Color convert

RGB 128 147 146 -
CMYK 0.13 0 0.01 0.42
HSL 176.84º 0.08% 0.54% -
HSV(B) 176.84º 0.13% 0.58% -
XYZ 24.52 27.53 31.22 -
YUV 141.21 130.71 118.58 -
System Red Green Blue C M Y K H S L
Decimal 128 147 146 0.13 0 0.01 0.42 176.84 0.08 0.54
Hex 80 93 92 D 0 1 2A B1 8 36
Octal 200 223 222 15 0 1 52 261 10 66
Binary 10000000 10010011 10010010 1101 0 1 101010 10110001 1000 110110

Color Harmonies of #809392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809392

Black with #809392

Text Example


Text Example

White with #809392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #809392; }

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

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

background-color css

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

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

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

border-color css

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

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

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