Html Css Color HEX #839AB3 Bali Hai

📋 copy color: '#839AB3'

red 131 ◦ green 154 ◦ blue 179

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

Shades of Bali Hai #839AB3

Tints of Bali Hai #839AB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 38.58%

R = 28.23%
G = 33.19%
B = 38.58%

CMYK

 C value IS 0.27

 M value IS 0.14

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#839AB3 (or 0x839AB3) is known color: Bali Hai. HEX triplet: 83, 9A and B3. RGB value is (131,154,179). Sum of RGB (Red+Green+Blue) = 131+154+179=464 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.23% from 464); Green value is 154 (60.55% from 255 or 33.19% from 464); Blue value is 179 (70.31% from 255 or 38.58% from 464); Max value from RGB is 179 - color contains mainly: blue. Hex color #839AB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839AB3 is #7C654C. Grayscale: #959595. Windows color (decimal): -8152397 or 11770499. OLE color: 11770499.

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

Color convert

RGB 131 154 179 -
CMYK 0.27 0.14 0 0.30
HSL 211.25º 0.24% 0.61% -
HSV(B) 211.25º 0.27% 0.7% -
XYZ 29.05 31.19 47.14 -
YUV 149.97 144.38 114.47 -
System Red Green Blue C M Y K H S L
Decimal 131 154 179 0.27 0.14 0 0.30 211.25 0.24 0.61
Hex 83 9A B3 1B E 0 1E D3 18 3D
Octal 203 232 263 33 16 0 36 323 30 75
Binary 10000011 10011010 10110011 11011 1110 0 11110 11010011 11000 111101

Color Harmonies of #839AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839AB3

Black with #839AB3

Text Example


Text Example

White with #839AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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