#82A3B1

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

Shades of Bali Hai #82A3B1

Tints of Bali Hai #82A3B1

Color information

#82A3B1 (or 0x82A3B1) is unknown color: approx Bali Hai. HEX triplet: 82, A3 and B1. RGB value is (130,163,177). Sum of RGB (Red+Green+Blue) = 130+163+177=470 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.66% from 470); Green value is 163 (64.06% from 255 or 34.68% from 470); Blue value is 177 (69.53% from 255 or 37.66% from 470); Max value from RGB is 177 - color contains mainly: blue. Hex color #82A3B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82A3B1 is #7D5C4E. Grayscale: #9A9A9A. Windows color (decimal): -8215631 or 11641730. OLE color: 11641730.

HSL color Cylindrical-coordinate representation of color #82A3B1: hue angle of 197.87º degrees, saturation: 0.23, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #82A3B1 is Cyan = 0.27, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB130163177-
CMYK0.270.0800.31
HSL197.87º23.15%60.2%-
HSV(B)197.87º26.55%69.41%-
XYZ30.2434.1146.59-
YUV154.73140.57110.36-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.66%
GREEN value IS 163 (64.06% from 255) = 34.68%
BLUE value IS 177 (69.53% from 255) = 37.66%
R=27.66%
G=34.68%
B=37.66%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1301631770.270.0800.31197.8723.1560.2
Hex82A3B11B801Fc6173c
Octal20224326133100373062774
Binary1000001010100011101100011101110000111111100011010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82A3B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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