Html Css Color HEX #839FCB Polo Blue

📋 copy color: '#839FCB'

red 131 ◦ green 159 ◦ blue 203

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

Shades of Polo Blue #839FCB

Tints of Polo Blue #839FCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 41.18%

R = 26.57%
G = 32.25%
B = 41.18%

CMYK

 C value IS 0.35

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#839FCB (or 0x839FCB) is known color: Polo Blue. HEX triplet: 83, 9F and CB. RGB value is (131,159,203). Sum of RGB (Red+Green+Blue) = 131+159+203=493 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.57% from 493); Green value is 159 (62.5% from 255 or 32.25% from 493); Blue value is 203 (79.69% from 255 or 41.18% from 493); Max value from RGB is 203 - color contains mainly: blue. Hex color #839FCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839FCB is #7C6034. Grayscale: #9B9B9B. Windows color (decimal): -8151093 or 13344643. OLE color: 13344643.

HSL color Cylindrical-coordinate representation of color #839FCB: hue angle of 216.67º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #839FCB is Cyan = 0.35, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 131 159 203 -
CMYK 0.35 0.22 0 0.20
HSL 216.67º 0.41% 0.65% -
HSV(B) 216.67º 0.35% 0.8% -
XYZ 32.54 33.93 61.33 -
YUV 155.64 154.72 110.42 -
System Red Green Blue C M Y K H S L
Decimal 131 159 203 0.35 0.22 0 0.20 216.67 0.41 0.65
Hex 83 9F CB 23 16 0 14 D9 29 41
Octal 203 237 313 43 26 0 24 331 51 101
Binary 10000011 10011111 11001011 100011 10110 0 10100 11011001 101001 1000001

Color Harmonies of #839FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839FCB

Black with #839FCB

Text Example


Text Example

White with #839FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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