Html Css Color HEX #819794 Juniper

📋 copy color: '#819794'

red 129 ◦ green 151 ◦ blue 148

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

Shades of Juniper #819794

Tints of Juniper #819794

RGB

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

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

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

R = 30.14%
G = 35.28%
B = 34.58%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.02

 K value IS 0.41

RGB Variations

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

Color information

#819794 (or 0x819794) is known color: Juniper. HEX triplet: 81, 97 and 94. RGB value is (129,151,148). Sum of RGB (Red+Green+Blue) = 129+151+148=428 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.14% from 428); Green value is 151 (59.38% from 255 or 35.28% from 428); Blue value is 148 (58.20% from 255 or 34.58% from 428); Max value from RGB is 151 - color contains mainly: green. Hex color #819794 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #819794 is #7E686B. Grayscale: #909090. Windows color (decimal): -8284268 or 9738113. OLE color: 9738113.

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

Color convert

RGB 129 151 148 -
CMYK 0.15 0 0.02 0.41
HSL 171.82º 0.1% 0.55% -
HSV(B) 171.82º 0.15% 0.59% -
XYZ 25.47 28.94 32.26 -
YUV 144.08 130.21 117.24 -
System Red Green Blue C M Y K H S L
Decimal 129 151 148 0.15 0 0.02 0.41 171.82 0.1 0.55
Hex 81 97 94 F 0 2 29 AC A 37
Octal 201 227 224 17 0 2 51 254 12 67
Binary 10000001 10010111 10010100 1111 0 10 101001 10101100 1010 110111

Color Harmonies of #819794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819794

Black with #819794

Text Example


Text Example

White with #819794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #819794; }

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

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

background-color css

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

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

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

border-color css

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

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

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