#84A5BD

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

Shades of Nepal #84A5BD

Tints of Nepal #84A5BD

Color information

#84A5BD (or 0x84A5BD) is unknown color: approx Nepal. HEX triplet: 84, A5 and BD. RGB value is (132,165,189). Sum of RGB (Red+Green+Blue) = 132+165+189=486 (64% of max value = 765). Red value is 132 (51.95% from 255 or 27.16% from 486); Green value is 165 (64.84% from 255 or 33.95% from 486); Blue value is 189 (74.22% from 255 or 38.89% from 486); Max value from RGB is 189 - color contains mainly: blue. Hex color #84A5BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84A5BD is #7B5A42. Grayscale: #9D9D9D. Windows color (decimal): -8084035 or 12428676. OLE color: 12428676.

HSL color Cylindrical-coordinate representation of color #84A5BD: hue angle of 205.26º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #84A5BD is Cyan = 0.30, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB132165189-
CMYK0.300.1300.26
HSL205.26º30.16%62.94%-
HSV(B)205.26º30.16%74.12%-
XYZ32.1635.4953.3-
YUV157.87145.57109.55-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.16%
GREEN value IS 165 (64.84% from 255) = 33.95%
BLUE value IS 189 (74.22% from 255) = 38.89%
R=27.16%
G=33.95%
B=38.89%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1321651890.300.1300.26205.2630.1662.94
Hex84A5BD1ED01Acd1e3f
Octal20424527536150323153677
Binary1000010010100101101111011111011010110101100110111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84A5BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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