Html Css Color HEX #839BAB Bali Hai

📋 copy color: '#839BAB'

red 131 ◦ green 155 ◦ blue 171

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

Shades of Bali Hai #839BAB

Tints of Bali Hai #839BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 37.42%

R = 28.67%
G = 33.92%
B = 37.42%

CMYK

 C value IS 0.23

 M value IS 0.09

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#839BAB (or 0x839BAB) is known color: Bali Hai. HEX triplet: 83, 9B and AB. RGB value is (131,155,171). Sum of RGB (Red+Green+Blue) = 131+155+171=457 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.67% from 457); Green value is 155 (60.94% from 255 or 33.92% from 457); Blue value is 171 (67.19% from 255 or 37.42% from 457); Max value from RGB is 171 - color contains mainly: blue. Hex color #839BAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839BAB is #7C6454. Grayscale: #959595. Windows color (decimal): -8152149 or 11246467. OLE color: 11246467.

HSL color Cylindrical-coordinate representation of color #839BAB: hue angle of 204º 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 #839BAB is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 131 155 171 -
CMYK 0.23 0.09 0 0.33
HSL 204º 0.19% 0.59% -
HSV(B) 204º 0.23% 0.67% -
XYZ 28.43 31.21 43.05 -
YUV 149.65 140.05 114.7 -
System Red Green Blue C M Y K H S L
Decimal 131 155 171 0.23 0.09 0 0.33 204 0.19 0.59
Hex 83 9B AB 17 9 0 21 CC 13 3B
Octal 203 233 253 27 11 0 41 314 23 73
Binary 10000011 10011011 10101011 10111 1001 0 100001 11001100 10011 111011

Color Harmonies of #839BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839BAB

Black with #839BAB

Text Example


Text Example

White with #839BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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