#82929E

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

Shades of Bali Hai #82929E

Tints of Bali Hai #82929E

Color information

#82929E (or 0x82929E) is unknown color: approx Bali Hai. HEX triplet: 82, 92 and 9E. RGB value is (130,146,158). Sum of RGB (Red+Green+Blue) = 130+146+158=434 (57% of max value = 765). Red value is 130 (51.17% from 255 or 29.95% from 434); Green value is 146 (57.42% from 255 or 33.64% from 434); Blue value is 158 (62.11% from 255 or 36.41% from 434); Max value from RGB is 158 - color contains mainly: blue. Hex color #82929E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82929E is #7D6D61. Grayscale: #8E8E8E. Windows color (decimal): -8220002 or 10392194. OLE color: 10392194.

HSL color Cylindrical-coordinate representation of color #82929E: hue angle of 205.71º degrees, saturation: 0.13, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #82929E is Cyan = 0.18, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB130146158-
CMYK0.180.0800.38
HSL205.71º12.61%56.47%-
HSV(B)205.71º17.72%61.96%-
XYZ25.6627.7736.36-
YUV142.58136.7119.02-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 29.95%
GREEN value IS 146 (57.42% from 255) = 33.64%
BLUE value IS 158 (62.11% from 255) = 36.41%
R=29.95%
G=33.64%
B=36.41%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1301461580.180.0800.38205.7112.6156.47
Hex82929E128026ced38
Octal20222223622100463161570
Binary1000001010010010100111101001010000100110110011101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82929E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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