Html Css Color HEX #839EAE Bali Hai

📋 copy color: '#839EAE'

red 131 ◦ green 158 ◦ blue 174

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

Shades of Bali Hai #839EAE

Tints of Bali Hai #839EAE

RGB

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

 GREEN value IS 158 (62.11% from 255) = 34.13%

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

R = 28.29%
G = 34.13%
B = 37.58%

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

#839EAE (or 0x839EAE) is known color: Bali Hai. HEX triplet: 83, 9E and AE. RGB value is (131,158,174). Sum of RGB (Red+Green+Blue) = 131+158+174=463 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.29% from 463); Green value is 158 (62.11% from 255 or 34.13% from 463); Blue value is 174 (68.36% from 255 or 37.58% from 463); Max value from RGB is 174 - color contains mainly: blue. Hex color #839EAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839EAE is #7C6151. Grayscale: #979797. Windows color (decimal): -8151378 or 11443843. OLE color: 11443843.

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

Color convert

RGB 131 158 174 -
CMYK 0.25 0.09 0 0.32
HSL 202.33º 0.21% 0.6% -
HSV(B) 202.33º 0.25% 0.68% -
XYZ 29.23 32.34 44.75 -
YUV 151.75 140.55 113.2 -
System Red Green Blue C M Y K H S L
Decimal 131 158 174 0.25 0.09 0 0.32 202.33 0.21 0.6
Hex 83 9E AE 19 9 0 20 CA 15 3C
Octal 203 236 256 31 11 0 40 312 25 74
Binary 10000011 10011110 10101110 11001 1001 0 100000 11001010 10101 111100

Color Harmonies of #839EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839EAE

Black with #839EAE

Text Example


Text Example

White with #839EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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