Html Css Color HEX #839FB9 Bali Hai

📋 copy color: '#839FB9'

red 131 ◦ green 159 ◦ blue 185

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

Shades of Bali Hai #839FB9

Tints of Bali Hai #839FB9

RGB

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

 GREEN value IS 159 (62.5% from 255) = 33.47%

 BLUE value IS 185 (72.66% from 255) = 38.95%

R = 27.58%
G = 33.47%
B = 38.95%

CMYK

 C value IS 0.29

 M value IS 0.14

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#839FB9 (or 0x839FB9) is known color: Bali Hai. HEX triplet: 83, 9F and B9. RGB value is (131,159,185). Sum of RGB (Red+Green+Blue) = 131+159+185=475 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.58% from 475); Green value is 159 (62.5% from 255 or 33.47% from 475); Blue value is 185 (72.66% from 255 or 38.95% from 475); Max value from RGB is 185 - color contains mainly: blue. Hex color #839FB9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839FB9 is #7C6046. Grayscale: #999999. Windows color (decimal): -8151111 or 12164995. OLE color: 12164995.

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

Color convert

RGB 131 159 185 -
CMYK 0.29 0.14 0 0.27
HSL 208.89º 0.28% 0.62% -
HSV(B) 208.89º 0.29% 0.73% -
XYZ 30.52 33.12 50.68 -
YUV 153.59 145.72 111.89 -
System Red Green Blue C M Y K H S L
Decimal 131 159 185 0.29 0.14 0 0.27 208.89 0.28 0.62
Hex 83 9F B9 1D E 0 1B D1 1C 3E
Octal 203 237 271 35 16 0 33 321 34 76
Binary 10000011 10011111 10111001 11101 1110 0 11011 11010001 11100 111110

Color Harmonies of #839FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839FB9

Black with #839FB9

Text Example


Text Example

White with #839FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,159,185); }

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

background-color css

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

 a { background-color: rgb(131,159,185); }

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

border-color css

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

 span { border-color: rgb(131,159,185); }

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