Html Css Color HEX #839DB7 Bali Hai

📋 copy color: '#839DB7'

red 131 ◦ green 157 ◦ blue 183

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

Shades of Bali Hai #839DB7

Tints of Bali Hai #839DB7

RGB

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

 GREEN value IS 157 (61.72% from 255) = 33.33%

 BLUE value IS 183 (71.88% from 255) = 38.85%

R = 27.81%
G = 33.33%
B = 38.85%

CMYK

 C value IS 0.28

 M value IS 0.14

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#839DB7 (or 0x839DB7) is known color: Bali Hai. HEX triplet: 83, 9D and B7. RGB value is (131,157,183). Sum of RGB (Red+Green+Blue) = 131+157+183=471 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.81% from 471); Green value is 157 (61.72% from 255 or 33.33% from 471); Blue value is 183 (71.88% from 255 or 38.85% from 471); Max value from RGB is 183 - color contains mainly: blue. Hex color #839DB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839DB7 is #7C6248. Grayscale: #989898. Windows color (decimal): -8151625 or 12033411. OLE color: 12033411.

HSL color Cylindrical-coordinate representation of color #839DB7: hue angle of 210º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #839DB7 is Cyan = 0.28, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 131 157 183 -
CMYK 0.28 0.14 0 0.28
HSL 210º 0.27% 0.62% -
HSV(B) 210º 0.28% 0.72% -
XYZ 29.96 32.36 49.47 -
YUV 152.19 145.39 112.89 -
System Red Green Blue C M Y K H S L
Decimal 131 157 183 0.28 0.14 0 0.28 210 0.27 0.62
Hex 83 9D B7 1C E 0 1C D2 1B 3E
Octal 203 235 267 34 16 0 34 322 33 76
Binary 10000011 10011101 10110111 11100 1110 0 11100 11010010 11011 111110

Color Harmonies of #839DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839DB7

Black with #839DB7

Text Example


Text Example

White with #839DB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,157,183); }

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

background-color css

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

 a { background-color: rgb(131,157,183); }

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

border-color css

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

 span { border-color: rgb(131,157,183); }

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