Html Css Color HEX #839DB5 Bali Hai

📋 copy color: '#839DB5'

red 131 ◦ green 157 ◦ blue 181

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

Shades of Bali Hai #839DB5

Tints of Bali Hai #839DB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 38.59%

R = 27.93%
G = 33.48%
B = 38.59%

CMYK

 C value IS 0.28

 M value IS 0.13

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#839DB5 (or 0x839DB5) is known color: Bali Hai. HEX triplet: 83, 9D and B5. RGB value is (131,157,181). Sum of RGB (Red+Green+Blue) = 131+157+181=469 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.93% from 469); Green value is 157 (61.72% from 255 or 33.48% from 469); Blue value is 181 (71.09% from 255 or 38.59% from 469); Max value from RGB is 181 - color contains mainly: blue. Hex color #839DB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839DB5 is #7C624A. Grayscale: #979797. Windows color (decimal): -8151627 or 11902339. OLE color: 11902339.

HSL color Cylindrical-coordinate representation of color #839DB5: hue angle of 208.8º degrees, saturation: 0.25, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #839DB5 is Cyan = 0.28, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 131 157 181 -
CMYK 0.28 0.13 0 0.29
HSL 208.8º 0.25% 0.61% -
HSV(B) 208.8º 0.28% 0.71% -
XYZ 29.76 32.28 48.38 -
YUV 151.96 144.39 113.05 -
System Red Green Blue C M Y K H S L
Decimal 131 157 181 0.28 0.13 0 0.29 208.8 0.25 0.61
Hex 83 9D B5 1C D 0 1D D1 19 3D
Octal 203 235 265 34 15 0 35 321 31 75
Binary 10000011 10011101 10110101 11100 1101 0 11101 11010001 11001 111101

Color Harmonies of #839DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839DB5

Black with #839DB5

Text Example


Text Example

White with #839DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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