#84A5BF

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

Shades of Nepal #84A5BF

Tints of Nepal #84A5BF

Color information

#84A5BF (or 0x84A5BF) is unknown color: approx Nepal. HEX triplet: 84, A5 and BF. RGB value is (132,165,191). Sum of RGB (Red+Green+Blue) = 132+165+191=488 (64% of max value = 765). Red value is 132 (51.95% from 255 or 27.05% from 488); Green value is 165 (64.84% from 255 or 33.81% from 488); Blue value is 191 (75% from 255 or 39.14% from 488); Max value from RGB is 191 - color contains mainly: blue. Hex color #84A5BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84A5BF is #7B5A40. Grayscale: #9D9D9D. Windows color (decimal): -8084033 or 12559748. OLE color: 12559748.

HSL color Cylindrical-coordinate representation of color #84A5BF: hue angle of 206.44º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #84A5BF is Cyan = 0.31, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB132165191-
CMYK0.310.1400.25
HSL206.44º31.55%63.33%-
HSV(B)206.44º30.89%74.9%-
XYZ32.3735.5854.45-
YUV158.1146.57109.39-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.05%
GREEN value IS 165 (64.84% from 255) = 33.81%
BLUE value IS 191 (75% from 255) = 39.14%
R=27.05%
G=33.81%
B=39.14%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1321651910.310.1400.25206.4431.5563.33
Hex84A5BF1FE019ce203f
Octal20424527737160313164077
Binary10000100101001011011111111111111001100111001110100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84A5BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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