#84A5B0

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

Shades of Bali Hai #84A5B0

Tints of Bali Hai #84A5B0

Color information

#84A5B0 (or 0x84A5B0) is unknown color: approx Bali Hai. HEX triplet: 84, A5 and B0. RGB value is (132,165,176). Sum of RGB (Red+Green+Blue) = 132+165+176=473 (62% of max value = 765). Red value is 132 (51.95% from 255 or 27.91% from 473); Green value is 165 (64.84% from 255 or 34.88% from 473); Blue value is 176 (69.14% from 255 or 37.21% from 473); Max value from RGB is 176 - color contains mainly: blue. Hex color #84A5B0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84A5B0 is #7B5A4F. Grayscale: #9C9C9C. Windows color (decimal): -8084048 or 11576708. OLE color: 11576708.

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

Color convert

RGB132165176-
CMYK0.250.0600.31
HSL195º21.78%60.39%-
HSV(B)195º25%69.02%-
XYZ30.8134.9546.2-
YUV156.39139.07110.61-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.91%
GREEN value IS 165 (64.84% from 255) = 34.88%
BLUE value IS 176 (69.14% from 255) = 37.21%
R=27.91%
G=34.88%
B=37.21%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1321651760.250.0600.3119521.7860.39
Hex84A5B019601Fc3163c
Octal2042452603160373032674
Binary100001001010010110110000110011100111111100001110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84A5B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,165,176); }

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

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

 a { background-color: rgb(132,165,176); }

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

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

 span { border-color: rgb(132,165,176); }

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