#83969B

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

Shades of Bali Hai #83969B

Tints of Bali Hai #83969B

Color information

#83969B (or 0x83969B) is unknown color: approx Bali Hai. HEX triplet: 83, 96 and 9B. RGB value is (131,150,155). Sum of RGB (Red+Green+Blue) = 131+150+155=436 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.05% from 436); Green value is 150 (58.98% from 255 or 34.40% from 436); Blue value is 155 (60.94% from 255 or 35.55% from 436); Max value from RGB is 155 - color contains mainly: blue. Hex color #83969B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83969B is #7C6964. Grayscale: #909090. Windows color (decimal): -8153445 or 10196611. OLE color: 10196611.

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

Color convert

RGB131150155-
CMYK0.150.0300.39
HSL192.5º10.71%56.08%-
HSV(B)192.5º15.48%60.78%-
XYZ26.182935.23-
YUV144.89133.71118.09-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.05%
GREEN value IS 150 (58.98% from 255) = 34.40%
BLUE value IS 155 (60.94% from 255) = 35.55%
R=30.05%
G=34.40%
B=35.55%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1311501550.150.0300.39192.510.7156.08
Hex83969BF3027c0b38
Octal2032262331730473001370
Binary1000001110010110100110111111110100111110000001011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83969B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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