Html Css Color HEX #839794 Juniper

📋 copy color: '#839794'

red 131 ◦ green 151 ◦ blue 148

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

Shades of Juniper #839794

Tints of Juniper #839794

RGB

 RED value IS 131 (51.56% from 255) = 30.47%

 GREEN value IS 151 (59.38% from 255) = 35.12%

 BLUE value IS 148 (58.2% from 255) = 34.42%

R = 30.47%
G = 35.12%
B = 34.42%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.02

 K value IS 0.41

RGB Variations

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

Color information

#839794 (or 0x839794) is known color: Juniper. HEX triplet: 83, 97 and 94. RGB value is (131,151,148). Sum of RGB (Red+Green+Blue) = 131+151+148=430 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.47% from 430); Green value is 151 (59.38% from 255 or 35.12% from 430); Blue value is 148 (58.20% from 255 or 34.42% from 430); Max value from RGB is 151 - color contains mainly: green. Hex color #839794 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839794 is #7C686B. Grayscale: #909090. Windows color (decimal): -8153196 or 9738115. OLE color: 9738115.

HSL color Cylindrical-coordinate representation of color #839794: hue angle of 171º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #839794 is Cyan = 0.13, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.41.

Color convert

RGB 131 151 148 -
CMYK 0.13 0 0.02 0.41
HSL 171º 0.09% 0.55% -
HSV(B) 171º 0.13% 0.59% -
XYZ 25.77 29.1 32.27 -
YUV 144.68 129.87 118.24 -
System Red Green Blue C M Y K H S L
Decimal 131 151 148 0.13 0 0.02 0.41 171 0.09 0.55
Hex 83 97 94 D 0 2 29 AB 9 37
Octal 203 227 224 15 0 2 51 253 11 67
Binary 10000011 10010111 10010100 1101 0 10 101001 10101011 1001 110111

Color Harmonies of #839794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839794

Black with #839794

Text Example


Text Example

White with #839794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #839794; }

 p { color: rgb(131,151,148); }

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

background-color css

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

 a { background-color: rgb(131,151,148); }

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

border-color css

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

 span { border-color: rgb(131,151,148); }

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