Html Css Color HEX #839DB6 Bali Hai

📋 copy color: '#839DB6'

red 131 ◦ green 157 ◦ blue 182

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

Shades of Bali Hai #839DB6

Tints of Bali Hai #839DB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 38.72%

R = 27.87%
G = 33.4%
B = 38.72%

CMYK

 C value IS 0.28

 M value IS 0.14

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#839DB6 (or 0x839DB6) is known color: Bali Hai. HEX triplet: 83, 9D and B6. RGB value is (131,157,182). Sum of RGB (Red+Green+Blue) = 131+157+182=470 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.87% from 470); Green value is 157 (61.72% from 255 or 33.40% from 470); Blue value is 182 (71.48% from 255 or 38.72% from 470); Max value from RGB is 182 - color contains mainly: blue. Hex color #839DB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839DB6 is #7C6249. Grayscale: #979797. Windows color (decimal): -8151626 or 11967875. OLE color: 11967875.

HSL color Cylindrical-coordinate representation of color #839DB6: hue angle of 209.41º degrees, saturation: 0.26, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #839DB6 is Cyan = 0.28, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 131 157 182 -
CMYK 0.28 0.14 0 0.29
HSL 209.41º 0.26% 0.61% -
HSV(B) 209.41º 0.28% 0.71% -
XYZ 29.86 32.32 48.92 -
YUV 152.08 144.89 112.97 -
System Red Green Blue C M Y K H S L
Decimal 131 157 182 0.28 0.14 0 0.29 209.41 0.26 0.61
Hex 83 9D B6 1C E 0 1D D1 1A 3D
Octal 203 235 266 34 16 0 35 321 32 75
Binary 10000011 10011101 10110110 11100 1110 0 11101 11010001 11010 111101

Color Harmonies of #839DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839DB6

Black with #839DB6

Text Example


Text Example

White with #839DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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