Html Css Color HEX #839FAB Bali Hai

📋 copy color: '#839FAB'

red 131 ◦ green 159 ◦ blue 171

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

Shades of Bali Hai #839FAB

Tints of Bali Hai #839FAB

RGB

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

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

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

R = 28.42%
G = 34.49%
B = 37.09%

CMYK

 C value IS 0.23

 M value IS 0.07

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#839FAB (or 0x839FAB) is known color: Bali Hai. HEX triplet: 83, 9F and AB. RGB value is (131,159,171). Sum of RGB (Red+Green+Blue) = 131+159+171=461 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.42% from 461); Green value is 159 (62.5% from 255 or 34.49% from 461); Blue value is 171 (67.19% from 255 or 37.09% from 461); Max value from RGB is 171 - color contains mainly: blue. Hex color #839FAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839FAB is #7C6054. Grayscale: #979797. Windows color (decimal): -8151125 or 11247491. OLE color: 11247491.

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

Color convert

RGB 131 159 171 -
CMYK 0.23 0.07 0 0.33
HSL 198º 0.19% 0.59% -
HSV(B) 198º 0.23% 0.67% -
XYZ 29.11 32.56 43.28 -
YUV 152 138.72 113.02 -
System Red Green Blue C M Y K H S L
Decimal 131 159 171 0.23 0.07 0 0.33 198 0.19 0.59
Hex 83 9F AB 17 7 0 21 C6 13 3B
Octal 203 237 253 27 7 0 41 306 23 73
Binary 10000011 10011111 10101011 10111 111 0 100001 11000110 10011 111011

Color Harmonies of #839FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839FAB

Black with #839FAB

Text Example


Text Example

White with #839FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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