Html Css Color HEX #829FCC Polo Blue

📋 copy color: '#829FCC'

red 130 ◦ green 159 ◦ blue 204

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

Shades of Polo Blue #829FCC

Tints of Polo Blue #829FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 41.38%

R = 26.37%
G = 32.25%
B = 41.38%

CMYK

 C value IS 0.36

 M value IS 0.22

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#829FCC (or 0x829FCC) is known color: Polo Blue. HEX triplet: 82, 9F and CC. RGB value is (130,159,204). Sum of RGB (Red+Green+Blue) = 130+159+204=493 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.37% from 493); Green value is 159 (62.5% from 255 or 32.25% from 493); Blue value is 204 (80.08% from 255 or 41.38% from 493); Max value from RGB is 204 - color contains mainly: blue. Hex color #829FCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829FCC is #7D6033. Grayscale: #9B9B9B. Windows color (decimal): -8216628 or 13410178. OLE color: 13410178.

HSL color Cylindrical-coordinate representation of color #829FCC: hue angle of 216.49º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #829FCC is Cyan = 0.36, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 130 159 204 -
CMYK 0.36 0.22 0 0.2
HSL 216.49º 0.42% 0.65% -
HSV(B) 216.49º 0.36% 0.8% -
XYZ 32.5 33.9 61.96 -
YUV 155.46 155.39 109.84 -
System Red Green Blue C M Y K H S L
Decimal 130 159 204 0.36 0.22 0 0.2 216.49 0.42 0.65
Hex 82 9F CC 24 16 0 14 D8 2A 41
Octal 202 237 314 44 26 0 24 330 52 101
Binary 10000010 10011111 11001100 100100 10110 0 10100 11011000 101010 1000001

Color Harmonies of #829FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829FCC

Black with #829FCC

Text Example


Text Example

White with #829FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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