#82959D

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

Shades of Bali Hai #82959D

Tints of Bali Hai #82959D

Color information

#82959D (or 0x82959D) is unknown color: approx Bali Hai. HEX triplet: 82, 95 and 9D. RGB value is (130,149,157). Sum of RGB (Red+Green+Blue) = 130+149+157=436 (57% of max value = 765). Red value is 130 (51.17% from 255 or 29.82% from 436); Green value is 149 (58.59% from 255 or 34.17% from 436); Blue value is 157 (61.72% from 255 or 36.01% from 436); Max value from RGB is 157 - color contains mainly: blue. Hex color #82959D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82959D is #7D6A62. Grayscale: #909090. Windows color (decimal): -8219235 or 10327426. OLE color: 10327426.

HSL color Cylindrical-coordinate representation of color #82959D: hue angle of 197.78º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #82959D is Cyan = 0.17, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB130149157-
CMYK0.170.0500.38
HSL197.78º12.11%56.27%-
HSV(B)197.78º17.2%61.57%-
XYZ26.0428.6836.06-
YUV144.23135.21117.85-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.82%
GREEN value IS 149 (58.59% from 255) = 34.17%
BLUE value IS 157 (61.72% from 255) = 36.01%
R=29.82%
G=34.17%
B=36.01%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1301491570.170.0500.38197.7812.1156.27
Hex82959D115026c6c38
Octal2022252352150463061470
Binary100000101001010110011101100011010100110110001101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82959D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82959D; }

 p { color: rgb(130,149,157); }

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

<style>
 a { background-color: #82959D; }

 a { background-color: rgb(130,149,157); }

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

<style>
 span { border-color: #82959D; }

 span { border-color: rgb(130,149,157); }

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