#83929B

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

Shades of Bali Hai #83929B

Tints of Bali Hai #83929B

Color information

#83929B (or 0x83929B) is unknown color: approx Bali Hai. HEX triplet: 83, 92 and 9B. RGB value is (131,146,155). Sum of RGB (Red+Green+Blue) = 131+146+155=432 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.32% from 432); Green value is 146 (57.42% from 255 or 33.80% from 432); Blue value is 155 (60.94% from 255 or 35.88% from 432); Max value from RGB is 155 - color contains mainly: blue. Hex color #83929B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83929B is #7C6D64. Grayscale: #8E8E8E. Windows color (decimal): -8154469 or 10195587. OLE color: 10195587.

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

Color convert

RGB131146155-
CMYK0.150.0600.39
HSL202.5º10.71%56.08%-
HSV(B)202.5º15.48%60.78%-
XYZ25.5627.7535.02-
YUV142.54135.03119.77-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.32%
GREEN value IS 146 (57.42% from 255) = 33.80%
BLUE value IS 155 (60.94% from 255) = 35.88%
R=30.32%
G=33.80%
B=35.88%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1311461550.150.0600.39202.510.7156.08
Hex83929BF6027cab38
Octal2032222331760473121370
Binary10000011100100101001101111111100100111110010101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83929B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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