Html Css Color HEX #839BB4 Bali Hai

📋 copy color: '#839BB4'

red 131 ◦ green 155 ◦ blue 180

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

Shades of Bali Hai #839BB4

Tints of Bali Hai #839BB4

RGB

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

 GREEN value IS 155 (60.94% from 255) = 33.26%

 BLUE value IS 180 (70.7% from 255) = 38.63%

R = 28.11%
G = 33.26%
B = 38.63%

CMYK

 C value IS 0.27

 M value IS 0.14

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#839BB4 (or 0x839BB4) is known color: Bali Hai. HEX triplet: 83, 9B and B4. RGB value is (131,155,180). Sum of RGB (Red+Green+Blue) = 131+155+180=466 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.11% from 466); Green value is 155 (60.94% from 255 or 33.26% from 466); Blue value is 180 (70.70% from 255 or 38.63% from 466); Max value from RGB is 180 - color contains mainly: blue. Hex color #839BB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839BB4 is #7C644B. Grayscale: #969696. Windows color (decimal): -8152140 or 11836291. OLE color: 11836291.

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

Color convert

RGB 131 155 180 -
CMYK 0.27 0.14 0 0.29
HSL 210.61º 0.25% 0.61% -
HSV(B) 210.61º 0.27% 0.71% -
XYZ 29.32 31.56 47.73 -
YUV 150.67 144.55 113.97 -
System Red Green Blue C M Y K H S L
Decimal 131 155 180 0.27 0.14 0 0.29 210.61 0.25 0.61
Hex 83 9B B4 1B E 0 1D D3 19 3D
Octal 203 233 264 33 16 0 35 323 31 75
Binary 10000011 10011011 10110100 11011 1110 0 11101 11010011 11001 111101

Color Harmonies of #839BB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839BB4

Black with #839BB4

Text Example


Text Example

White with #839BB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,155,180); }

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

background-color css

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

 a { background-color: rgb(131,155,180); }

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

border-color css

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

 span { border-color: rgb(131,155,180); }

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