#84A4B1

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

Shades of Bali Hai #84A4B1

Tints of Bali Hai #84A4B1

Color information

#84A4B1 (or 0x84A4B1) is unknown color: approx Bali Hai. HEX triplet: 84, A4 and B1. RGB value is (132,164,177). Sum of RGB (Red+Green+Blue) = 132+164+177=473 (62% of max value = 765). Red value is 132 (51.95% from 255 or 27.91% from 473); Green value is 164 (64.45% from 255 or 34.67% from 473); Blue value is 177 (69.53% from 255 or 37.42% from 473); Max value from RGB is 177 - color contains mainly: blue. Hex color #84A4B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84A4B1 is #7B5B4E. Grayscale: #9B9B9B. Windows color (decimal): -8084303 or 11641988. OLE color: 11641988.

HSL color Cylindrical-coordinate representation of color #84A4B1: hue angle of 197.33º degrees, saturation: 0.22, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #84A4B1 is Cyan = 0.25, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB132164177-
CMYK0.250.0700.31
HSL197.33º22.39%60.59%-
HSV(B)197.33º25.42%69.41%-
XYZ30.7334.6346.66-
YUV155.91139.9110.94-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.91%
GREEN value IS 164 (64.45% from 255) = 34.67%
BLUE value IS 177 (69.53% from 255) = 37.42%
R=27.91%
G=34.67%
B=37.42%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1321641770.250.0700.31197.3322.3960.59
Hex84A4B119701Fc5163d
Octal2042442613170373052675
Binary100001001010010010110001110011110111111100010110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84A4B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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