#83969D

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

Shades of Bali Hai #83969D

Tints of Bali Hai #83969D

Color information

#83969D (or 0x83969D) is unknown color: approx Bali Hai. HEX triplet: 83, 96 and 9D. RGB value is (131,150,157). Sum of RGB (Red+Green+Blue) = 131+150+157=438 (58% of max value = 765). Red value is 131 (51.56% from 255 or 29.91% from 438); Green value is 150 (58.98% from 255 or 34.25% from 438); Blue value is 157 (61.72% from 255 or 35.84% from 438); Max value from RGB is 157 - color contains mainly: blue. Hex color #83969D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83969D is #7C6962. Grayscale: #919191. Windows color (decimal): -8153443 or 10327683. OLE color: 10327683.

HSL color Cylindrical-coordinate representation of color #83969D: hue angle of 196.15º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #83969D is Cyan = 0.17, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB131150157-
CMYK0.170.0400.38
HSL196.15º11.71%56.47%-
HSV(B)196.15º16.56%61.57%-
XYZ26.3529.0736.12-
YUV145.12134.71117.93-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 29.91%
GREEN value IS 150 (58.98% from 255) = 34.25%
BLUE value IS 157 (61.72% from 255) = 35.84%
R=29.91%
G=34.25%
B=35.84%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1311501570.170.0400.38196.1511.7156.47
Hex83969D114026c4c38
Octal2032262352140463041470
Binary100000111001011010011101100011000100110110001001100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83969D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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