#84A5BA

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

Shades of Nepal #84A5BA

Tints of Nepal #84A5BA

Color information

#84A5BA (or 0x84A5BA) is unknown color: approx Nepal. HEX triplet: 84, A5 and BA. RGB value is (132,165,186). Sum of RGB (Red+Green+Blue) = 132+165+186=483 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.33% from 483); Green value is 165 (64.84% from 255 or 34.16% from 483); Blue value is 186 (73.05% from 255 or 38.51% from 483); Max value from RGB is 186 - color contains mainly: blue. Hex color #84A5BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84A5BA is #7B5A45. Grayscale: #9D9D9D. Windows color (decimal): -8084038 or 12232068. OLE color: 12232068.

HSL color Cylindrical-coordinate representation of color #84A5BA: hue angle of 203.33º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #84A5BA is Cyan = 0.29, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB132165186-
CMYK0.290.1100.27
HSL203.33º28.12%62.35%-
HSV(B)203.33º29.03%72.94%-
XYZ31.8335.3651.6-
YUV157.53144.07109.79-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.33%
GREEN value IS 165 (64.84% from 255) = 34.16%
BLUE value IS 186 (73.05% from 255) = 38.51%
R=27.33%
G=34.16%
B=38.51%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1321651860.290.1100.27203.3328.1262.35
Hex84A5BA1DB01Bcb1c3e
Octal20424527235130333133476
Binary1000010010100101101110101110110110110111100101111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84A5BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84A5BA; }

 p { color: rgb(132,165,186); }

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

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

 a { background-color: rgb(132,165,186); }

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

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

 span { border-color: rgb(132,165,186); }

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