Html Css Color HEX #839AB1 Bali Hai

📋 copy color: '#839AB1'

red 131 ◦ green 154 ◦ blue 177

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

Shades of Bali Hai #839AB1

Tints of Bali Hai #839AB1

RGB

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

 GREEN value IS 154 (60.55% from 255) = 33.33%

 BLUE value IS 177 (69.53% from 255) = 38.31%

R = 28.35%
G = 33.33%
B = 38.31%

CMYK

 C value IS 0.26

 M value IS 0.13

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#839AB1 (or 0x839AB1) is known color: Bali Hai. HEX triplet: 83, 9A and B1. RGB value is (131,154,177). Sum of RGB (Red+Green+Blue) = 131+154+177=462 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.35% from 462); Green value is 154 (60.55% from 255 or 33.33% from 462); Blue value is 177 (69.53% from 255 or 38.31% from 462); Max value from RGB is 177 - color contains mainly: blue. Hex color #839AB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839AB1 is #7C654E. Grayscale: #959595. Windows color (decimal): -8152399 or 11639427. OLE color: 11639427.

HSL color Cylindrical-coordinate representation of color #839AB1: hue angle of 210º degrees, saturation: 0.23, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #839AB1 is Cyan = 0.26, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 131 154 177 -
CMYK 0.26 0.13 0 0.31
HSL 210º 0.23% 0.6% -
HSV(B) 210º 0.26% 0.69% -
XYZ 28.85 31.11 46.08 -
YUV 149.75 143.38 114.63 -
System Red Green Blue C M Y K H S L
Decimal 131 154 177 0.26 0.13 0 0.31 210 0.23 0.6
Hex 83 9A B1 1A D 0 1F D2 17 3C
Octal 203 232 261 32 15 0 37 322 27 74
Binary 10000011 10011010 10110001 11010 1101 0 11111 11010010 10111 111100

Color Harmonies of #839AB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839AB1

Black with #839AB1

Text Example


Text Example

White with #839AB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,154,177); }

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

background-color css

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

 a { background-color: rgb(131,154,177); }

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

border-color css

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

 span { border-color: rgb(131,154,177); }

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