#84A7C0

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

Shades of Nepal #84A7C0

Tints of Nepal #84A7C0

Color information

#84A7C0 (or 0x84A7C0) is unknown color: approx Nepal. HEX triplet: 84, A7 and C0. RGB value is (132,167,192). Sum of RGB (Red+Green+Blue) = 132+167+192=491 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.88% from 491); Green value is 167 (65.62% from 255 or 34.01% from 491); Blue value is 192 (75.39% from 255 or 39.10% from 491); Max value from RGB is 192 - color contains mainly: blue. Hex color #84A7C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84A7C0 is #7B583F. Grayscale: #9F9F9F. Windows color (decimal): -8083520 or 12625796. OLE color: 12625796.

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

Color convert

RGB132167192-
CMYK0.310.1300.25
HSL205º32.26%63.53%-
HSV(B)205º31.25%75.29%-
XYZ32.8536.3555.15-
YUV159.38146.4108.47-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.88%
GREEN value IS 167 (65.62% from 255) = 34.01%
BLUE value IS 192 (75.39% from 255) = 39.10%
R=26.88%
G=34.01%
B=39.10%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1321671920.310.1300.2520532.2663.53
Hex84A7C01FD019cd2040
Octal204247300371503131540100
Binary100001001010011111000000111111101011001110011011000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84A7C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,167,192); }

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

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

 a { background-color: rgb(132,167,192); }

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

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

 span { border-color: rgb(132,167,192); }

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