#839DCB

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

Shades of Polo Blue #839DCB

Tints of Polo Blue #839DCB

Color information

#839DCB (or 0x839DCB) is unknown color: approx Polo Blue. HEX triplet: 83, 9D and CB. RGB value is (131,157,203). Sum of RGB (Red+Green+Blue) = 131+157+203=491 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.68% from 491); Green value is 157 (61.72% from 255 or 31.98% from 491); Blue value is 203 (79.69% from 255 or 41.34% from 491); Max value from RGB is 203 - color contains mainly: blue. Hex color #839DCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839DCB is #7C6234. Grayscale: #9A9A9A. Windows color (decimal): -8151605 or 13344131. OLE color: 13344131.

HSL color Cylindrical-coordinate representation of color #839DCB: hue angle of 218.33º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #839DCB is Cyan = 0.35, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB131157203-
CMYK0.350.2300.20
HSL218.33º40.91%65.49%-
HSV(B)218.33º35.47%79.61%-
XYZ32.233.2561.22-
YUV154.47155.39111.26-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 26.68%
GREEN value IS 157 (61.72% from 255) = 31.98%
BLUE value IS 203 (79.69% from 255) = 41.34%
R=26.68%
G=31.98%
B=41.34%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1311572030.350.2300.20218.3340.9165.49
Hex839DCB2317014da2941
Octal203235313432702433251101
Binary10000011100111011100101110001110111010100110110101010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,157,203); }

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

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

 a { background-color: rgb(131,157,203); }

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

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

 span { border-color: rgb(131,157,203); }

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