Html Css Color HEX #839FBF Polo Blue

📋 copy color: '#839FBF'

red 131 ◦ green 159 ◦ blue 191

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

Shades of Polo Blue #839FBF

Tints of Polo Blue #839FBF

RGB

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

 GREEN value IS 159 (62.5% from 255) = 33.06%

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

R = 27.23%
G = 33.06%
B = 39.71%

CMYK

 C value IS 0.31

 M value IS 0.17

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#839FBF (or 0x839FBF) is known color: Polo Blue. HEX triplet: 83, 9F and BF. RGB value is (131,159,191). Sum of RGB (Red+Green+Blue) = 131+159+191=481 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.23% from 481); Green value is 159 (62.5% from 255 or 33.06% from 481); Blue value is 191 (75% from 255 or 39.71% from 481); Max value from RGB is 191 - color contains mainly: blue. Hex color #839FBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839FBF is #7C6040. Grayscale: #9A9A9A. Windows color (decimal): -8151105 or 12558211. OLE color: 12558211.

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

Color convert

RGB 131 159 191 -
CMYK 0.31 0.17 0 0.25
HSL 212º 0.32% 0.63% -
HSV(B) 212º 0.31% 0.75% -
XYZ 31.16 33.38 54.09 -
YUV 154.28 148.72 111.4 -
System Red Green Blue C M Y K H S L
Decimal 131 159 191 0.31 0.17 0 0.25 212 0.32 0.63
Hex 83 9F BF 1F 11 0 19 D4 20 3F
Octal 203 237 277 37 21 0 31 324 40 77
Binary 10000011 10011111 10111111 11111 10001 0 11001 11010100 100000 111111

Color Harmonies of #839FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839FBF

Black with #839FBF

Text Example


Text Example

White with #839FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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