#83949C

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

Shades of Bali Hai #83949C

Tints of Bali Hai #83949C

Color information

#83949C (or 0x83949C) is unknown color: approx Bali Hai. HEX triplet: 83, 94 and 9C. RGB value is (131,148,156). Sum of RGB (Red+Green+Blue) = 131+148+156=435 (57% of max value = 765). Red value is 131 (51.56% from 255 or 30.11% from 435); Green value is 148 (58.20% from 255 or 34.02% from 435); Blue value is 156 (61.33% from 255 or 35.86% from 435); Max value from RGB is 156 - color contains mainly: blue. Hex color #83949C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #83949C is #7C6B63. Grayscale: #8F8F8F. Windows color (decimal): -8153956 or 10261635. OLE color: 10261635.

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

Color convert

RGB131148156-
CMYK0.160.0500.39
HSL199.2º11.21%56.27%-
HSV(B)199.2º16.03%61.18%-
XYZ25.9528.4135.57-
YUV143.83134.87118.85-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.11%
GREEN value IS 148 (58.20% from 255) = 34.02%
BLUE value IS 156 (61.33% from 255) = 35.86%
R=30.11%
G=34.02%
B=35.86%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1311481560.160.0500.39199.211.2156.27
Hex83949C105027c7b38
Octal2032242342050473071370
Binary100000111001010010011100100001010100111110001111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83949C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83949C; }

 p { color: rgb(131,148,156); }

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

<style>
 a { background-color: #83949C; }

 a { background-color: rgb(131,148,156); }

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

<style>
 span { border-color: #83949C; }

 span { border-color: rgb(131,148,156); }

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