#84A4BD

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

Shades of Nepal #84A4BD

Tints of Nepal #84A4BD

Color information

#84A4BD (or 0x84A4BD) is unknown color: approx Nepal. HEX triplet: 84, A4 and BD. RGB value is (132,164,189). Sum of RGB (Red+Green+Blue) = 132+164+189=485 (64% of max value = 765). Red value is 132 (51.95% from 255 or 27.22% from 485); Green value is 164 (64.45% from 255 or 33.81% from 485); Blue value is 189 (74.22% from 255 or 38.97% from 485); Max value from RGB is 189 - color contains mainly: blue. Hex color #84A4BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84A4BD is #7B5B42. Grayscale: #9D9D9D. Windows color (decimal): -8084291 or 12428420. OLE color: 12428420.

HSL color Cylindrical-coordinate representation of color #84A4BD: hue angle of 206.32º 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 #84A4BD is Cyan = 0.30, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB132164189-
CMYK0.300.1300.26
HSL206.32º30.16%62.94%-
HSV(B)206.32º30.16%74.12%-
XYZ31.9835.1353.24-
YUV157.28145.9109.97-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.22%
GREEN value IS 164 (64.45% from 255) = 33.81%
BLUE value IS 189 (74.22% from 255) = 38.97%
R=27.22%
G=33.81%
B=38.97%

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
Decimal1321641890.300.1300.26206.3230.1662.94
Hex84A4BD1ED01Ace1e3f
Octal20424427536150323163677
Binary1000010010100100101111011111011010110101100111011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84A4BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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