#84A3B1

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

Shades of Bali Hai #84A3B1

Tints of Bali Hai #84A3B1

Color information

#84A3B1 (or 0x84A3B1) is unknown color: approx Bali Hai. HEX triplet: 84, A3 and B1. RGB value is (132,163,177). Sum of RGB (Red+Green+Blue) = 132+163+177=472 (62% of max value = 765). Red value is 132 (51.95% from 255 or 27.97% from 472); Green value is 163 (64.06% from 255 or 34.53% from 472); Blue value is 177 (69.53% from 255 or 37.5% from 472); Max value from RGB is 177 - color contains mainly: blue. Hex color #84A3B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84A3B1 is #7B5C4E. Grayscale: #9B9B9B. Windows color (decimal): -8084559 or 11641732. OLE color: 11641732.

HSL color Cylindrical-coordinate representation of color #84A3B1: hue angle of 198.67º 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 #84A3B1 is Cyan = 0.25, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB132163177-
CMYK0.250.0800.31
HSL198.67º22.39%60.59%-
HSV(B)198.67º25.42%69.41%-
XYZ30.5534.2746.6-
YUV155.33140.23111.36-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.97%
GREEN value IS 163 (64.06% from 255) = 34.53%
BLUE value IS 177 (69.53% from 255) = 37.5%
R=27.97%
G=34.53%
B=37.5%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1321631770.250.0800.31198.6722.3960.59
Hex84A3B119801Fc7163d
Octal20424326131100373072675
Binary1000010010100011101100011100110000111111100011110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84A3B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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