#829EC2

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

Shades of Polo Blue #829EC2

Tints of Polo Blue #829EC2

Color information

#829EC2 (or 0x829EC2) is unknown color: approx Polo Blue. HEX triplet: 82, 9E and C2. RGB value is (130,158,194). Sum of RGB (Red+Green+Blue) = 130+158+194=482 (63% of max value = 765). Red value is 130 (51.17% from 255 or 26.97% from 482); Green value is 158 (62.11% from 255 or 32.78% from 482); Blue value is 194 (76.17% from 255 or 40.25% from 482); Max value from RGB is 194 - color contains mainly: blue. Hex color #829EC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829EC2 is #7D613D. Grayscale: #999999. Windows color (decimal): -8216894 or 12754562. OLE color: 12754562.

HSL color Cylindrical-coordinate representation of color #829EC2: hue angle of 213.75º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #829EC2 is Cyan = 0.33, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB130158194-
CMYK0.330.1900.24
HSL213.75º34.41%63.53%-
HSV(B)213.75º32.99%76.08%-
XYZ31.1733.0955.78-
YUV153.73150.72111.07-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 26.97%
GREEN value IS 158 (62.11% from 255) = 32.78%
BLUE value IS 194 (76.17% from 255) = 40.25%
R=26.97%
G=32.78%
B=40.25%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1301581940.330.1900.24213.7534.4163.53
Hex829EC22113018d62240
Octal202236302412303032642100
Binary10000010100111101100001010000110011011000110101101000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829EC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,158,194); }

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

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

 a { background-color: rgb(130,158,194); }

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

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

 span { border-color: rgb(130,158,194); }

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