#839CC1

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

Shades of Polo Blue #839CC1

Tints of Polo Blue #839CC1

Color information

#839CC1 (or 0x839CC1) is unknown color: approx Polo Blue. HEX triplet: 83, 9C and C1. RGB value is (131,156,193). Sum of RGB (Red+Green+Blue) = 131+156+193=480 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.29% from 480); Green value is 156 (61.33% from 255 or 32.5% from 480); Blue value is 193 (75.78% from 255 or 40.21% from 480); Max value from RGB is 193 - color contains mainly: blue. Hex color #839CC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839CC1 is #7C633E. Grayscale: #989898. Windows color (decimal): -8151871 or 12688515. OLE color: 12688515.

HSL color Cylindrical-coordinate representation of color #839CC1: hue angle of 215.81º degrees, saturation: 0.33, 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 #839CC1 is Cyan = 0.32, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB131156193-
CMYK0.320.1900.24
HSL215.81º33.33%63.53%-
HSV(B)215.81º32.12%75.69%-
XYZ30.8732.4555.09-
YUV152.74150.72112.49-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 27.29%
GREEN value IS 156 (61.33% from 255) = 32.5%
BLUE value IS 193 (75.78% from 255) = 40.21%
R=27.29%
G=32.5%
B=40.21%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1311561930.320.1900.24215.8133.3363.53
Hex839CC12013018d82140
Octal203234301402303033041100
Binary10000011100111001100000110000010011011000110110001000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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