Html Css Color HEX #829DD2 Polo Blue

📋 copy color: '#829DD2'

red 130 ◦ green 157 ◦ blue 210

#829DD2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Polo Blue #829DD2

Tints of Polo Blue #829DD2

RGB

 RED value IS 130 (51.17% from 255) = 26.16%

 GREEN value IS 157 (61.72% from 255) = 31.59%

 BLUE value IS 210 (82.42% from 255) = 42.25%

R = 26.16%
G = 31.59%
B = 42.25%

CMYK

 C value IS 0.38

 M value IS 0.25

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#829DD2 (or 0x829DD2) is known color: Polo Blue. HEX triplet: 82, 9D and D2. RGB value is (130,157,210). Sum of RGB (Red+Green+Blue) = 130+157+210=497 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.16% from 497); Green value is 157 (61.72% from 255 or 31.59% from 497); Blue value is 210 (82.42% from 255 or 42.25% from 497); Max value from RGB is 210 - color contains mainly: blue. Hex color #829DD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829DD2 is #7D622D. Grayscale: #9A9A9A. Windows color (decimal): -8217134 or 13802882. OLE color: 13802882.

HSL color Cylindrical-coordinate representation of color #829DD2: hue angle of 219.75º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #829DD2 is Cyan = 0.38, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 130 157 210 -
CMYK 0.38 0.25 0 0.18
HSL 219.75º 0.47% 0.67% -
HSV(B) 219.75º 0.38% 0.82% -
XYZ 32.9 33.51 65.71 -
YUV 154.97 159.05 110.19 -
System Red Green Blue C M Y K H S L
Decimal 130 157 210 0.38 0.25 0 0.18 219.75 0.47 0.67
Hex 82 9D D2 26 19 0 12 DC 2F 43
Octal 202 235 322 46 31 0 22 334 57 103
Binary 10000010 10011101 11010010 100110 11001 0 10010 11011100 101111 1000011

Color Harmonies of #829DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829DD2

Black with #829DD2

Text Example


Text Example

White with #829DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,157,210); }

 H1.HeaderClassName
 {
   color: #829DD2;
 }
 .AnyTagClassName
 {
   color: #829DD2;
 }
</style>

background-color css

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

 a { background-color: rgb(130,157,210); }

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

border-color css

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

 span { border-color: rgb(130,157,210); }

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