Html Css Color HEX #839DBF Polo Blue

📋 copy color: '#839DBF'

red 131 ◦ green 157 ◦ blue 191

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

Shades of Polo Blue #839DBF

Tints of Polo Blue #839DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 39.87%

R = 27.35%
G = 32.78%
B = 39.87%

CMYK

 C value IS 0.31

 M value IS 0.18

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#839DBF (or 0x839DBF) is known color: Polo Blue. HEX triplet: 83, 9D and BF. RGB value is (131,157,191). Sum of RGB (Red+Green+Blue) = 131+157+191=479 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.35% from 479); Green value is 157 (61.72% from 255 or 32.78% from 479); Blue value is 191 (75% from 255 or 39.87% from 479); Max value from RGB is 191 - color contains mainly: blue. Hex color #839DBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839DBF is #7C6240. Grayscale: #989898. Windows color (decimal): -8151617 or 12557699. OLE color: 12557699.

HSL color Cylindrical-coordinate representation of color #839DBF: hue angle of 214º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #839DBF is Cyan = 0.31, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 131 157 191 -
CMYK 0.31 0.18 0 0.25
HSL 214º 0.32% 0.63% -
HSV(B) 214º 0.31% 0.75% -
XYZ 30.82 32.7 53.98 -
YUV 153.1 149.39 112.24 -
System Red Green Blue C M Y K H S L
Decimal 131 157 191 0.31 0.18 0 0.25 214 0.32 0.63
Hex 83 9D BF 1F 12 0 19 D6 20 3F
Octal 203 235 277 37 22 0 31 326 40 77
Binary 10000011 10011101 10111111 11111 10010 0 11001 11010110 100000 111111

Color Harmonies of #839DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839DBF

Black with #839DBF

Text Example


Text Example

White with #839DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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