#839CAC

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

Shades of Bali Hai #839CAC

Tints of Bali Hai #839CAC

Color information

#839CAC (or 0x839CAC) is unknown color: approx Bali Hai. HEX triplet: 83, 9C and AC. RGB value is (131,156,172). Sum of RGB (Red+Green+Blue) = 131+156+172=459 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.54% from 459); Green value is 156 (61.33% from 255 or 33.99% from 459); Blue value is 172 (67.58% from 255 or 37.47% from 459); Max value from RGB is 172 - color contains mainly: blue. Hex color #839CAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839CAC is #7C6353. Grayscale: #969696. Windows color (decimal): -8151892 or 11312259. OLE color: 11312259.

HSL color Cylindrical-coordinate representation of color #839CAC: hue angle of 203.41º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #839CAC is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB131156172-
CMYK0.240.0900.33
HSL203.41º19.81%59.41%-
HSV(B)203.41º23.84%67.45%-
XYZ28.6931.5843.61-
YUV150.35140.22114.2-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 28.54%
GREEN value IS 156 (61.33% from 255) = 33.99%
BLUE value IS 172 (67.58% from 255) = 37.47%
R=28.54%
G=33.99%
B=37.47%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1311561720.240.0900.33203.4119.8159.41
Hex839CAC189021cb143b
Octal20323425430110413132473
Binary10000011100111001010110011000100101000011100101110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #839CAC; }

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

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

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

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

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

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

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

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