#82949B

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

Shades of Bali Hai #82949B

Tints of Bali Hai #82949B

Color information

#82949B (or 0x82949B) is unknown color: approx Bali Hai. HEX triplet: 82, 94 and 9B. RGB value is (130,148,155). Sum of RGB (Red+Green+Blue) = 130+148+155=433 (57% of max value = 765). Red value is 130 (51.17% from 255 or 30.02% from 433); Green value is 148 (58.20% from 255 or 34.18% from 433); Blue value is 155 (60.94% from 255 or 35.80% from 433); Max value from RGB is 155 - color contains mainly: blue. Hex color #82949B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82949B is #7D6B64. Grayscale: #8F8F8F. Windows color (decimal): -8219493 or 10196098. OLE color: 10196098.

HSL color Cylindrical-coordinate representation of color #82949B: hue angle of 196.8º degrees, saturation: 0.11, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #82949B is Cyan = 0.16, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB130148155-
CMYK0.160.0500.39
HSL196.8º11.11%55.88%-
HSV(B)196.8º16.13%60.78%-
XYZ25.7128.2935.12-
YUV143.42134.54118.43-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.02%
GREEN value IS 148 (58.20% from 255) = 34.18%
BLUE value IS 155 (60.94% from 255) = 35.80%
R=30.02%
G=34.18%
B=35.80%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1301481550.160.0500.39196.811.1155.88
Hex82949B105027c5b38
Octal2022242332050473051370
Binary100000101001010010011011100001010100111110001011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82949B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82949B; }

 p { color: rgb(130,148,155); }

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

<style>
 a { background-color: #82949B; }

 a { background-color: rgb(130,148,155); }

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

<style>
 span { border-color: #82949B; }

 span { border-color: rgb(130,148,155); }

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