Html Css Color HEX #829ACD Polo Blue

📋 copy color: '#829ACD'

red 130 ◦ green 154 ◦ blue 205

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

Shades of Polo Blue #829ACD

Tints of Polo Blue #829ACD

RGB

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

 GREEN value IS 154 (60.55% from 255) = 31.49%

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

R = 26.58%
G = 31.49%
B = 41.92%

CMYK

 C value IS 0.37

 M value IS 0.25

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#829ACD (or 0x829ACD) is known color: Polo Blue. HEX triplet: 82, 9A and CD. RGB value is (130,154,205). Sum of RGB (Red+Green+Blue) = 130+154+205=489 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.58% from 489); Green value is 154 (60.55% from 255 or 31.49% from 489); Blue value is 205 (80.47% from 255 or 41.92% from 489); Max value from RGB is 205 - color contains mainly: blue. Hex color #829ACD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829ACD is #7D6532. Grayscale: #989898. Windows color (decimal): -8217907 or 13474434. OLE color: 13474434.

HSL color Cylindrical-coordinate representation of color #829ACD: hue angle of 220.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 #829ACD is Cyan = 0.37, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 130 154 205 -
CMYK 0.37 0.25 0 0.20
HSL 220.8º 0.43% 0.66% -
HSV(B) 220.8º 0.37% 0.8% -
XYZ 31.78 32.26 62.31 -
YUV 152.64 157.55 111.85 -
System Red Green Blue C M Y K H S L
Decimal 130 154 205 0.37 0.25 0 0.20 220.8 0.43 0.66
Hex 82 9A CD 25 19 0 14 DD 2B 42
Octal 202 232 315 45 31 0 24 335 53 102
Binary 10000010 10011010 11001101 100101 11001 0 10100 11011101 101011 1000010

Color Harmonies of #829ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829ACD

Black with #829ACD

Text Example


Text Example

White with #829ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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