#83959B

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

Shades of Bali Hai #83959B

Tints of Bali Hai #83959B

Color information

#83959B (or 0x83959B) is unknown color: approx Bali Hai. HEX triplet: 83, 95 and 9B. RGB value is (131,149,155). Sum of RGB (Red+Green+Blue) = 131+149+155=435 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.11% from 435); Green value is 149 (58.59% from 255 or 34.25% from 435); Blue value is 155 (60.94% from 255 or 35.63% from 435); Max value from RGB is 155 - color contains mainly: blue. Hex color #83959B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83959B is #7C6A64. Grayscale: #909090. Windows color (decimal): -8153701 or 10196355. OLE color: 10196355.

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

Color convert

RGB131149155-
CMYK0.150.0400.39
HSL195º10.71%56.08%-
HSV(B)195º15.48%60.78%-
XYZ26.0228.6935.18-
YUV144.3134.04118.51-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.11%
GREEN value IS 149 (58.59% from 255) = 34.25%
BLUE value IS 155 (60.94% from 255) = 35.63%
R=30.11%
G=34.25%
B=35.63%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1311491550.150.0400.3919510.7156.08
Hex83959BF4027c3b38
Octal2032252331740473031370
Binary10000011100101011001101111111000100111110000111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83959B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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