Html Css Color HEX #84A4BD Nepal

📋 copy color: '#84A4BD'

red 132 ◦ green 164 ◦ blue 189

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

Shades of Nepal #84A4BD

Tints of Nepal #84A4BD

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 value IS 0.30

 M value IS 0.13

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#84A4BD (or 0x84A4BD) is known color: 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

RGB 132 164 189 -
CMYK 0.30 0.13 0 0.26
HSL 206.32º 0.3% 0.63% -
HSV(B) 206.32º 0.3% 0.74% -
XYZ 31.98 35.13 53.24 -
YUV 157.28 145.9 109.97 -
System Red Green Blue C M Y K H S L
Decimal 132 164 189 0.30 0.13 0 0.26 206.32 0.3 0.63
Hex 84 A4 BD 1E D 0 1A CE 1E 3F
Octal 204 244 275 36 15 0 32 316 36 77
Binary 10000100 10100100 10111101 11110 1101 0 11010 11001110 11110 111111

Color Harmonies of #84A4BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84A4BD

Black with #84A4BD

Text Example


Text Example

White with #84A4BD

Text Example


Text Example

HTML Codes & Css Web 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>