Html Css Color HEX #839EAF Bali Hai

📋 copy color: '#839EAF'

red 131 ◦ green 158 ◦ blue 175

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

Shades of Bali Hai #839EAF

Tints of Bali Hai #839EAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 37.72%

R = 28.23%
G = 34.05%
B = 37.72%

CMYK

 C value IS 0.25

 M value IS 0.10

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#839EAF (or 0x839EAF) is known color: Bali Hai. HEX triplet: 83, 9E and AF. RGB value is (131,158,175). Sum of RGB (Red+Green+Blue) = 131+158+175=464 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.23% from 464); Green value is 158 (62.11% from 255 or 34.05% from 464); Blue value is 175 (68.75% from 255 or 37.72% from 464); Max value from RGB is 175 - color contains mainly: blue. Hex color #839EAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839EAF is #7C6150. Grayscale: #979797. Windows color (decimal): -8151377 or 11509379. OLE color: 11509379.

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

Color convert

RGB 131 158 175 -
CMYK 0.25 0.10 0 0.31
HSL 203.18º 0.22% 0.6% -
HSV(B) 203.18º 0.25% 0.69% -
XYZ 29.32 32.37 45.26 -
YUV 151.87 141.05 113.12 -
System Red Green Blue C M Y K H S L
Decimal 131 158 175 0.25 0.10 0 0.31 203.18 0.22 0.6
Hex 83 9E AF 19 A 0 1F CB 16 3C
Octal 203 236 257 31 12 0 37 313 26 74
Binary 10000011 10011110 10101111 11001 1010 0 11111 11001011 10110 111100

Color Harmonies of #839EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839EAF

Black with #839EAF

Text Example


Text Example

White with #839EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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