#839ACA

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

Shades of Polo Blue #839ACA

Tints of Polo Blue #839ACA

Color information

#839ACA (or 0x839ACA) is unknown color: approx Polo Blue. HEX triplet: 83, 9A and CA. RGB value is (131,154,202). Sum of RGB (Red+Green+Blue) = 131+154+202=487 (64% of max value = 765). Red value is 131 (51.56% from 255 or 26.90% from 487); Green value is 154 (60.55% from 255 or 31.62% from 487); Blue value is 202 (79.30% from 255 or 41.48% from 487); Max value from RGB is 202 - color contains mainly: blue. Hex color #839ACA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839ACA is #7C6535. Grayscale: #989898. Windows color (decimal): -8152374 or 13277827. OLE color: 13277827.

HSL color Cylindrical-coordinate representation of color #839ACA: hue angle of 220.56º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #839ACA is Cyan = 0.35, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB131154202-
CMYK0.350.2400.21
HSL220.56º40.11%65.29%-
HSV(B)220.56º35.15%79.22%-
XYZ31.5832.260.43-
YUV152.6155.88112.6-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 26.90%
GREEN value IS 154 (60.55% from 255) = 31.62%
BLUE value IS 202 (79.30% from 255) = 41.48%
R=26.90%
G=31.62%
B=41.48%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1311542020.350.2400.21220.5640.1165.29
Hex839ACA2318015dd2841
Octal203232312433002533550101
Binary10000011100110101100101010001111000010101110111011010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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