#819091

Color #819091 Juniper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Juniper #819091

Tints of Juniper #819091

Color information

#819091 (or 0x819091) is unknown color: approx Juniper. HEX triplet: 81, 90 and 91. RGB value is (129,144,145). Sum of RGB (Red+Green+Blue) = 129+144+145=418 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.86% from 418); Green value is 144 (56.64% from 255 or 34.45% from 418); Blue value is 145 (57.03% from 255 or 34.69% from 418); Max value from RGB is 145 - color contains mainly: blue. Hex color #819091 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #819091 is #7E6F6E. Grayscale: #8B8B8B. Windows color (decimal): -8286063 or 9539713. OLE color: 9539713.

HSL color Cylindrical-coordinate representation of color #819091: hue angle of 183.75º degrees, saturation: 0.07, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #819091 is Cyan = 0.11, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB129144145-
CMYK0.110.0100.43
HSL183.75º6.78%53.73%-
HSV(B)183.75º11.03%56.86%-
XYZ24.1426.6630.66-
YUV139.63131.03120.42-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.86%
GREEN value IS 144 (56.64% from 255) = 34.45%
BLUE value IS 145 (57.03% from 255) = 34.69%
R=30.86%
G=34.45%
B=34.69%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1291441450.110.0100.43183.756.7853.73
Hex819091B102Bb8736
Octal201220221131053270766
Binary10000001100100001001000110111010101110111000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #819091; }

 p { color: rgb(129,144,145); }

 H1.HeaderClassName
 {
   color: #819091;
 }
 .AnyTagClassName
 {
   color: #819091;
 }
</style>
background-color css

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

 a { background-color: rgb(129,144,145); }

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

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

 span { border-color: rgb(129,144,145); }

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