#73989A

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

Shades of Juniper #73989A

Tints of Juniper #73989A

Color information

#73989A (or 0x73989A) is unknown color: approx Juniper. HEX triplet: 73, 98 and 9A. RGB value is (115,152,154). Sum of RGB (Red+Green+Blue) = 115+152+154=421 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.32% from 421); Green value is 152 (59.77% from 255 or 36.10% from 421); Blue value is 154 (60.55% from 255 or 36.58% from 421); Max value from RGB is 154 - color contains mainly: blue. Hex color #73989A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73989A is #8C6765. Grayscale: #8D8D8D. Windows color (decimal): -9201510 or 10131571. OLE color: 10131571.

HSL color Cylindrical-coordinate representation of color #73989A: hue angle of 183.08º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #73989A is Cyan = 0.25, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB115152154-
CMYK0.250.0100.40
HSL183.08º16.18%52.75%-
HSV(B)183.08º25.32%60.39%-
XYZ24.1328.4334.79-
YUV141.16135.24109.34-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 27.32%
GREEN value IS 152 (59.77% from 255) = 36.10%
BLUE value IS 154 (60.55% from 255) = 36.58%
R=27.32%
G=36.10%
B=36.58%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1151521540.250.0100.40183.0816.1852.75
Hex73989A191028b71035
Octal1632302323110502672065
Binary1110011100110001001101011001101010001011011110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73989A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73989A; }

 p { color: rgb(115,152,154); }

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

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

 a { background-color: rgb(115,152,154); }

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

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

 span { border-color: rgb(115,152,154); }

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