#839ACC

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

Shades of Polo Blue #839ACC

Tints of Polo Blue #839ACC

Color information

#839ACC (or 0x839ACC) is unknown color: approx Polo Blue. HEX triplet: 83, 9A and CC. RGB value is (131,154,204). Sum of RGB (Red+Green+Blue) = 131+154+204=489 (64% of max value = 765). Red value is 131 (51.56% from 255 or 26.79% from 489); Green value is 154 (60.55% from 255 or 31.49% from 489); Blue value is 204 (80.08% from 255 or 41.72% from 489); Max value from RGB is 204 - color contains mainly: blue. Hex color #839ACC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839ACC is #7C6533. Grayscale: #989898. Windows color (decimal): -8152372 or 13408899. OLE color: 13408899.

HSL color Cylindrical-coordinate representation of color #839ACC: hue angle of 221.1º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #839ACC is Cyan = 0.36, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB131154204-
CMYK0.360.2500.2
HSL221.1º41.71%65.69%-
HSV(B)221.1º35.78%80%-
XYZ31.8132.361.68-
YUV152.82156.88112.43-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 26.79%
GREEN value IS 154 (60.55% from 255) = 31.49%
BLUE value IS 204 (80.08% from 255) = 41.72%
R=26.79%
G=31.49%
B=41.72%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1311542040.360.2500.2221.141.7165.69
Hex839ACC2419014dd2a42
Octal203232314443102433552102
Binary10000011100110101100110010010011001010100110111011010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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