#82929B

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

Shades of Bali Hai #82929B

Tints of Bali Hai #82929B

Color information

#82929B (or 0x82929B) is unknown color: approx Bali Hai. HEX triplet: 82, 92 and 9B. RGB value is (130,146,155). Sum of RGB (Red+Green+Blue) = 130+146+155=431 (57% of max value = 765). Red value is 130 (51.17% from 255 or 30.16% from 431); Green value is 146 (57.42% from 255 or 33.87% from 431); Blue value is 155 (60.94% from 255 or 35.96% from 431); Max value from RGB is 155 - color contains mainly: blue. Hex color #82929B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82929B is #7D6D64. Grayscale: #8E8E8E. Windows color (decimal): -8220005 or 10195586. OLE color: 10195586.

HSL color Cylindrical-coordinate representation of color #82929B: hue angle of 201.6º 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 #82929B is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB130146155-
CMYK0.160.0600.39
HSL201.6º11.11%55.88%-
HSV(B)201.6º16.13%60.78%-
XYZ25.427.6735.01-
YUV142.24135.2119.27-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.16%
GREEN value IS 146 (57.42% from 255) = 33.87%
BLUE value IS 155 (60.94% from 255) = 35.96%
R=30.16%
G=33.87%
B=35.96%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1301461550.160.0600.39201.611.1155.88
Hex82929B106027cab38
Octal2022222332060473121370
Binary100000101001001010011011100001100100111110010101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82929B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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