#829FC8

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

Shades of Polo Blue #829FC8

Tints of Polo Blue #829FC8

Color information

#829FC8 (or 0x829FC8) is unknown color: approx Polo Blue. HEX triplet: 82, 9F and C8. RGB value is (130,159,200). Sum of RGB (Red+Green+Blue) = 130+159+200=489 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.58% from 489); Green value is 159 (62.5% from 255 or 32.52% from 489); Blue value is 200 (78.52% from 255 or 40.90% from 489); Max value from RGB is 200 - color contains mainly: blue. Hex color #829FC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829FC8 is #7D6037. Grayscale: #9A9A9A. Windows color (decimal): -8216632 or 13148034. OLE color: 13148034.

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

Color convert

RGB130159200-
CMYK0.350.2000.22
HSL215.14º38.89%64.71%-
HSV(B)215.14º35%78.43%-
XYZ32.0333.7159.46-
YUV155153.39110.17-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.58%
GREEN value IS 159 (62.5% from 255) = 32.52%
BLUE value IS 200 (78.52% from 255) = 40.90%
R=26.58%
G=32.52%
B=40.90%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1301592000.350.2000.22215.1438.8964.71
Hex829FC82314016d72741
Octal202237310432402632747101
Binary10000010100111111100100010001110100010110110101111001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829FC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829FC8; }

 p { color: rgb(130,159,200); }

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

<style>
 a { background-color: #829FC8; }

 a { background-color: rgb(130,159,200); }

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

<style>
 span { border-color: #829FC8; }

 span { border-color: rgb(130,159,200); }

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