#839CAA

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

Shades of Bali Hai #839CAA

Tints of Bali Hai #839CAA

Color information

#839CAA (or 0x839CAA) is unknown color: approx Bali Hai. HEX triplet: 83, 9C and AA. RGB value is (131,156,170). Sum of RGB (Red+Green+Blue) = 131+156+170=457 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.67% from 457); Green value is 156 (61.33% from 255 or 34.14% from 457); Blue value is 170 (66.80% from 255 or 37.20% from 457); Max value from RGB is 170 - color contains mainly: blue. Hex color #839CAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839CAA is #7C6355. Grayscale: #969696. Windows color (decimal): -8151894 or 11181187. OLE color: 11181187.

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

Color convert

RGB131156170-
CMYK0.230.0800.33
HSL201.54º18.66%59.02%-
HSV(B)201.54º22.94%66.67%-
XYZ28.531.542.61-
YUV150.12139.22114.36-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 28.67%
GREEN value IS 156 (61.33% from 255) = 34.14%
BLUE value IS 170 (66.80% from 255) = 37.20%
R=28.67%
G=34.14%
B=37.20%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1311561700.230.0800.33201.5418.6659.02
Hex839CAA178021ca133b
Octal20323425227100413122373
Binary10000011100111001010101010111100001000011100101010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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