#819EC8

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

Shades of Polo Blue #819EC8

Tints of Polo Blue #819EC8

Color information

#819EC8 (or 0x819EC8) is unknown color: approx Polo Blue. HEX triplet: 81, 9E and C8. RGB value is (129,158,200). Sum of RGB (Red+Green+Blue) = 129+158+200=487 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.49% from 487); Green value is 158 (62.11% from 255 or 32.44% from 487); Blue value is 200 (78.52% from 255 or 41.07% from 487); Max value from RGB is 200 - color contains mainly: blue. Hex color #819EC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #819EC8 is #7E6137. Grayscale: #999999. Windows color (decimal): -8282424 or 13147777. OLE color: 13147777.

HSL color Cylindrical-coordinate representation of color #819EC8: hue angle of 215.49º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #819EC8 is Cyan = 0.36, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB129158200-
CMYK0.360.2100.22
HSL215.49º39.23%64.51%-
HSV(B)215.49º35.5%78.43%-
XYZ31.7133.2959.4-
YUV154.12153.89110.08-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 26.49%
GREEN value IS 158 (62.11% from 255) = 32.44%
BLUE value IS 200 (78.52% from 255) = 41.07%
R=26.49%
G=32.44%
B=41.07%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1291582000.360.2100.22215.4939.2364.51
Hex819EC82415016d72741
Octal201236310442502632747101
Binary10000001100111101100100010010010101010110110101111001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819EC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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