#819ECB

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

Shades of Polo Blue #819ECB

Tints of Polo Blue #819ECB

Color information

#819ECB (or 0x819ECB) is unknown color: approx Polo Blue. HEX triplet: 81, 9E and CB. RGB value is (129,158,203). Sum of RGB (Red+Green+Blue) = 129+158+203=490 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.33% from 490); Green value is 158 (62.11% from 255 or 32.24% from 490); Blue value is 203 (79.69% from 255 or 41.43% from 490); Max value from RGB is 203 - color contains mainly: blue. Hex color #819ECB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819ECB is #7E6134. Grayscale: #9A9A9A. Windows color (decimal): -8282421 or 13344385. OLE color: 13344385.

HSL color Cylindrical-coordinate representation of color #819ECB: hue angle of 216.49º 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 #819ECB is Cyan = 0.36, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB129158203-
CMYK0.360.2200.20
HSL216.49º41.57%65.1%-
HSV(B)216.49º36.45%79.61%-
XYZ32.0633.4361.26-
YUV154.46155.39109.84-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.33%
GREEN value IS 158 (62.11% from 255) = 32.24%
BLUE value IS 203 (79.69% from 255) = 41.43%
R=26.33%
G=32.24%
B=41.43%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1291582030.360.2200.20216.4941.5765.1
Hex819ECB2416014d82a41
Octal201236313442602433052101
Binary10000001100111101100101110010010110010100110110001010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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