Html Css Color HEX #84A3BD Nepal

📋 copy color: '#84A3BD'

red 132 ◦ green 163 ◦ blue 189

#84A3BD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nepal #84A3BD

Tints of Nepal #84A3BD

RGB

 RED value IS 132 (51.95% from 255) = 27.27%

 GREEN value IS 163 (64.06% from 255) = 33.68%

 BLUE value IS 189 (74.22% from 255) = 39.05%

R = 27.27%
G = 33.68%
B = 39.05%

CMYK

 C value IS 0.30

 M value IS 0.14

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#84A3BD (or 0x84A3BD) is known color: Nepal. HEX triplet: 84, A3 and BD. RGB value is (132,163,189). Sum of RGB (Red+Green+Blue) = 132+163+189=484 (64% of max value = 765). Red value is 132 (51.95% from 255 or 27.27% from 484); Green value is 163 (64.06% from 255 or 33.68% from 484); Blue value is 189 (74.22% from 255 or 39.05% from 484); Max value from RGB is 189 - color contains mainly: blue. Hex color #84A3BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84A3BD is #7B5C42. Grayscale: #9C9C9C. Windows color (decimal): -8084547 or 12428164. OLE color: 12428164.

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

Color convert

RGB 132 163 189 -
CMYK 0.30 0.14 0 0.26
HSL 207.37º 0.3% 0.63% -
HSV(B) 207.37º 0.3% 0.74% -
XYZ 31.8 34.77 53.18 -
YUV 156.7 146.23 110.39 -
System Red Green Blue C M Y K H S L
Decimal 132 163 189 0.30 0.14 0 0.26 207.37 0.3 0.63
Hex 84 A3 BD 1E E 0 1A CF 1E 3F
Octal 204 243 275 36 16 0 32 317 36 77
Binary 10000100 10100011 10111101 11110 1110 0 11010 11001111 11110 111111

Color Harmonies of #84A3BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84A3BD

Black with #84A3BD

Text Example


Text Example

White with #84A3BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #84A3BD;
 }
 .AnyTagClassName
 {
   color: #84A3BD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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