#839299

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

Shades of Bali Hai #839299

Tints of Bali Hai #839299

Color information

#839299 (or 0x839299) is unknown color: approx Bali Hai. HEX triplet: 83, 92 and 99. RGB value is (131,146,153). Sum of RGB (Red+Green+Blue) = 131+146+153=430 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.47% from 430); Green value is 146 (57.42% from 255 or 33.95% from 430); Blue value is 153 (60.16% from 255 or 35.58% from 430); Max value from RGB is 153 - color contains mainly: blue. Hex color #839299 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839299 is #7C6D66. Grayscale: #8E8E8E. Windows color (decimal): -8154471 or 10064515. OLE color: 10064515.

HSL color Cylindrical-coordinate representation of color #839299: hue angle of 199.09º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #839299 is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB131146153-
CMYK0.140.0500.4
HSL199.09º9.73%55.69%-
HSV(B)199.09º14.38%60%-
XYZ25.3927.6834.14-
YUV142.31134.03119.93-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 30.47%
GREEN value IS 146 (57.42% from 255) = 33.95%
BLUE value IS 153 (60.16% from 255) = 35.58%
R=30.47%
G=33.95%
B=35.58%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1311461530.140.0500.4199.099.7355.69
Hex839299E5028c7a38
Octal2032222311650503071270
Binary10000011100100101001100111101010101000110001111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #839299; }

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

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

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

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

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

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

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

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