#839AC2

Color #839AC2 Polo Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Polo Blue #839AC2

Tints of Polo Blue #839AC2

Color information

#839AC2 (or 0x839AC2) is unknown color: approx Polo Blue. HEX triplet: 83, 9A and C2. RGB value is (131,154,194). Sum of RGB (Red+Green+Blue) = 131+154+194=479 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.35% from 479); Green value is 154 (60.55% from 255 or 32.15% from 479); Blue value is 194 (76.17% from 255 or 40.50% from 479); Max value from RGB is 194 - color contains mainly: blue. Hex color #839AC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839AC2 is #7C653D. Grayscale: #979797. Windows color (decimal): -8152382 or 12753539. OLE color: 12753539.

HSL color Cylindrical-coordinate representation of color #839AC2: hue angle of 218.1º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #839AC2 is Cyan = 0.32, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB131154194-
CMYK0.320.2100.24
HSL218.1º34.05%63.73%-
HSV(B)218.1º32.47%76.08%-
XYZ30.6531.8355.57-
YUV151.68151.88113.25-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 27.35%
GREEN value IS 154 (60.55% from 255) = 32.15%
BLUE value IS 194 (76.17% from 255) = 40.50%
R=27.35%
G=32.15%
B=40.50%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1311541940.320.2100.24218.134.0563.73
Hex839AC22015018da2240
Octal203232302402503033242100
Binary10000011100110101100001010000010101011000110110101000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839AC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,154,194); }

 H1.HeaderClassName
 {
   color: #839AC2;
 }
 .AnyTagClassName
 {
   color: #839AC2;
 }
</style>
background-color css

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

 a { background-color: rgb(131,154,194); }

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

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

 span { border-color: rgb(131,154,194); }

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