Html Css Color HEX #829FCD Polo Blue

📋 copy color: '#829FCD'

red 130 ◦ green 159 ◦ blue 205

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

Shades of Polo Blue #829FCD

Tints of Polo Blue #829FCD

RGB

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

 GREEN value IS 159 (62.5% from 255) = 32.19%

 BLUE value IS 205 (80.47% from 255) = 41.5%

R = 26.32%
G = 32.19%
B = 41.5%

CMYK

 C value IS 0.37

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#829FCD (or 0x829FCD) is known color: Polo Blue. HEX triplet: 82, 9F and CD. RGB value is (130,159,205). Sum of RGB (Red+Green+Blue) = 130+159+205=494 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.32% from 494); Green value is 159 (62.5% from 255 or 32.19% from 494); Blue value is 205 (80.47% from 255 or 41.50% from 494); Max value from RGB is 205 - color contains mainly: blue. Hex color #829FCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829FCD is #7D6032. Grayscale: #9B9B9B. Windows color (decimal): -8216627 or 13475714. OLE color: 13475714.

HSL color Cylindrical-coordinate representation of color #829FCD: hue angle of 216.8º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #829FCD is Cyan = 0.37, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 130 159 205 -
CMYK 0.37 0.22 0 0.20
HSL 216.8º 0.43% 0.66% -
HSV(B) 216.8º 0.37% 0.8% -
XYZ 32.62 33.95 62.59 -
YUV 155.57 155.89 109.76 -
System Red Green Blue C M Y K H S L
Decimal 130 159 205 0.37 0.22 0 0.20 216.8 0.43 0.66
Hex 82 9F CD 25 16 0 14 D9 2B 42
Octal 202 237 315 45 26 0 24 331 53 102
Binary 10000010 10011111 11001101 100101 10110 0 10100 11011001 101011 1000010

Color Harmonies of #829FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829FCD

Black with #829FCD

Text Example


Text Example

White with #829FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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