Html Css Color HEX #839CC6 Polo Blue

📋 copy color: '#839CC6'

red 131 ◦ green 156 ◦ blue 198

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

Shades of Polo Blue #839CC6

Tints of Polo Blue #839CC6

RGB

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

 GREEN value IS 156 (61.33% from 255) = 32.16%

 BLUE value IS 198 (77.73% from 255) = 40.82%

R = 27.01%
G = 32.16%
B = 40.82%

CMYK

 C value IS 0.34

 M value IS 0.21

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#839CC6 (or 0x839CC6) is known color: Polo Blue. HEX triplet: 83, 9C and C6. RGB value is (131,156,198). Sum of RGB (Red+Green+Blue) = 131+156+198=485 (64% of max value = 765). Red value is 131 (51.56% from 255 or 27.01% from 485); Green value is 156 (61.33% from 255 or 32.16% from 485); Blue value is 198 (77.73% from 255 or 40.82% from 485); Max value from RGB is 198 - color contains mainly: blue. Hex color #839CC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839CC6 is #7C6339. Grayscale: #999999. Windows color (decimal): -8151866 or 13016195. OLE color: 13016195.

HSL color Cylindrical-coordinate representation of color #839CC6: hue angle of 217.61º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #839CC6 is Cyan = 0.34, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 131 156 198 -
CMYK 0.34 0.21 0 0.22
HSL 217.61º 0.37% 0.65% -
HSV(B) 217.61º 0.34% 0.78% -
XYZ 31.44 32.68 58.08 -
YUV 153.31 153.22 112.08 -
System Red Green Blue C M Y K H S L
Decimal 131 156 198 0.34 0.21 0 0.22 217.61 0.37 0.65
Hex 83 9C C6 22 15 0 16 DA 25 41
Octal 203 234 306 42 25 0 26 332 45 101
Binary 10000011 10011100 11000110 100010 10101 0 10110 11011010 100101 1000001

Color Harmonies of #839CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839CC6

Black with #839CC6

Text Example


Text Example

White with #839CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,156,198); }

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

background-color css

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

 a { background-color: rgb(131,156,198); }

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

border-color css

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

 span { border-color: rgb(131,156,198); }

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