Html Css Color HEX #839DAE Bali Hai

📋 copy color: '#839DAE'

red 131 ◦ green 157 ◦ blue 174

#839DAE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bali Hai #839DAE

Tints of Bali Hai #839DAE

RGB

 RED value IS 131 (51.56% from 255) = 28.35%

 GREEN value IS 157 (61.72% from 255) = 33.98%

 BLUE value IS 174 (68.36% from 255) = 37.66%

R = 28.35%
G = 33.98%
B = 37.66%

CMYK

 C value IS 0.25

 M value IS 0.10

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#839DAE (or 0x839DAE) is known color: Bali Hai. HEX triplet: 83, 9D and AE. RGB value is (131,157,174). Sum of RGB (Red+Green+Blue) = 131+157+174=462 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.35% from 462); Green value is 157 (61.72% from 255 or 33.98% from 462); Blue value is 174 (68.36% from 255 or 37.66% from 462); Max value from RGB is 174 - color contains mainly: blue. Hex color #839DAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839DAE is #7C6251. Grayscale: #979797. Windows color (decimal): -8151634 or 11443587. OLE color: 11443587.

HSL color Cylindrical-coordinate representation of color #839DAE: hue angle of 203.72º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #839DAE is Cyan = 0.25, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 131 157 174 -
CMYK 0.25 0.10 0 0.32
HSL 203.72º 0.21% 0.6% -
HSV(B) 203.72º 0.25% 0.68% -
XYZ 29.06 32 44.69 -
YUV 151.16 140.89 113.62 -
System Red Green Blue C M Y K H S L
Decimal 131 157 174 0.25 0.10 0 0.32 203.72 0.21 0.6
Hex 83 9D AE 19 A 0 20 CC 15 3C
Octal 203 235 256 31 12 0 40 314 25 74
Binary 10000011 10011101 10101110 11001 1010 0 100000 11001100 10101 111100

Color Harmonies of #839DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839DAE

Black with #839DAE

Text Example


Text Example

White with #839DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #839DAE;
 }
 .AnyTagClassName
 {
   color: #839DAE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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