#819DCB

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

Shades of Polo Blue #819DCB

Tints of Polo Blue #819DCB

Color information

#819DCB (or 0x819DCB) is unknown color: approx Polo Blue. HEX triplet: 81, 9D and CB. RGB value is (129,157,203). Sum of RGB (Red+Green+Blue) = 129+157+203=489 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.38% from 489); Green value is 157 (61.72% from 255 or 32.11% from 489); Blue value is 203 (79.69% from 255 or 41.51% from 489); Max value from RGB is 203 - color contains mainly: blue. Hex color #819DCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819DCB is #7E6234. Grayscale: #999999. Windows color (decimal): -8282677 or 13344129. OLE color: 13344129.

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

Color convert

RGB129157203-
CMYK0.360.2300.20
HSL217.3º41.57%65.1%-
HSV(B)217.3º36.45%79.61%-
XYZ31.8933.0961.21-
YUV153.87155.72110.26-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.38%
GREEN value IS 157 (61.72% from 255) = 32.11%
BLUE value IS 203 (79.69% from 255) = 41.51%
R=26.38%
G=32.11%
B=41.51%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1291572030.360.2300.20217.341.5765.1
Hex819DCB2417014d92a41
Octal201235313442702433152101
Binary10000001100111011100101110010010111010100110110011010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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