Html Css Color HEX #839FAE Bali Hai

📋 copy color: '#839FAE'

red 131 ◦ green 159 ◦ blue 174

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

Shades of Bali Hai #839FAE

Tints of Bali Hai #839FAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 37.5%

R = 28.23%
G = 34.27%
B = 37.5%

CMYK

 C value IS 0.25

 M value IS 0.09

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#839FAE (or 0x839FAE) is known color: Bali Hai. HEX triplet: 83, 9F and AE. RGB value is (131,159,174). Sum of RGB (Red+Green+Blue) = 131+159+174=464 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.23% from 464); Green value is 159 (62.5% from 255 or 34.27% from 464); Blue value is 174 (68.36% from 255 or 37.5% from 464); Max value from RGB is 174 - color contains mainly: blue. Hex color #839FAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839FAE is #7C6051. Grayscale: #989898. Windows color (decimal): -8151122 or 11444099. OLE color: 11444099.

HSL color Cylindrical-coordinate representation of color #839FAE: hue angle of 200.93º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #839FAE is Cyan = 0.25, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 131 159 174 -
CMYK 0.25 0.09 0 0.32
HSL 200.93º 0.21% 0.6% -
HSV(B) 200.93º 0.25% 0.68% -
XYZ 29.4 32.68 44.8 -
YUV 152.34 140.22 112.78 -
System Red Green Blue C M Y K H S L
Decimal 131 159 174 0.25 0.09 0 0.32 200.93 0.21 0.6
Hex 83 9F AE 19 9 0 20 C9 15 3C
Octal 203 237 256 31 11 0 40 311 25 74
Binary 10000011 10011111 10101110 11001 1001 0 100000 11001001 10101 111100

Color Harmonies of #839FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839FAE

Black with #839FAE

Text Example


Text Example

White with #839FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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