Html Css Color HEX #829FC0 Polo Blue

📋 copy color: '#829FC0'

red 130 ◦ green 159 ◦ blue 192

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

Shades of Polo Blue #829FC0

Tints of Polo Blue #829FC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 39.92%

R = 27.03%
G = 33.06%
B = 39.92%

CMYK

 C value IS 0.32

 M value IS 0.17

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#829FC0 (or 0x829FC0) is known color: Polo Blue. HEX triplet: 82, 9F and C0. RGB value is (130,159,192). Sum of RGB (Red+Green+Blue) = 130+159+192=481 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.03% from 481); Green value is 159 (62.5% from 255 or 33.06% from 481); Blue value is 192 (75.39% from 255 or 39.92% from 481); Max value from RGB is 192 - color contains mainly: blue. Hex color #829FC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829FC0 is #7D603F. Grayscale: #999999. Windows color (decimal): -8216640 or 12623746. OLE color: 12623746.

HSL color Cylindrical-coordinate representation of color #829FC0: hue angle of 211.94º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #829FC0 is Cyan = 0.32, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 130 159 192 -
CMYK 0.32 0.17 0 0.25
HSL 211.94º 0.33% 0.63% -
HSV(B) 211.94º 0.32% 0.75% -
XYZ 31.12 33.35 54.67 -
YUV 154.09 149.39 110.82 -
System Red Green Blue C M Y K H S L
Decimal 130 159 192 0.32 0.17 0 0.25 211.94 0.33 0.63
Hex 82 9F C0 20 11 0 19 D4 21 3F
Octal 202 237 300 40 21 0 31 324 41 77
Binary 10000010 10011111 11000000 100000 10001 0 11001 11010100 100001 111111

Color Harmonies of #829FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829FC0

Black with #829FC0

Text Example


Text Example

White with #829FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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