Html Css Color HEX #829CCC Polo Blue

📋 copy color: '#829CCC'

red 130 ◦ green 156 ◦ blue 204

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

Shades of Polo Blue #829CCC

Tints of Polo Blue #829CCC

RGB

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

 GREEN value IS 156 (61.33% from 255) = 31.84%

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

R = 26.53%
G = 31.84%
B = 41.63%

CMYK

 C value IS 0.36

 M value IS 0.24

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#829CCC (or 0x829CCC) is known color: Polo Blue. HEX triplet: 82, 9C and CC. RGB value is (130,156,204). Sum of RGB (Red+Green+Blue) = 130+156+204=490 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.53% from 490); Green value is 156 (61.33% from 255 or 31.84% from 490); Blue value is 204 (80.08% from 255 or 41.63% from 490); Max value from RGB is 204 - color contains mainly: blue. Hex color #829CCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829CCC is #7D6333. Grayscale: #999999. Windows color (decimal): -8217396 or 13409410. OLE color: 13409410.

HSL color Cylindrical-coordinate representation of color #829CCC: hue angle of 218.92º 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 #829CCC is Cyan = 0.36, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 130 156 204 -
CMYK 0.36 0.24 0 0.2
HSL 218.92º 0.42% 0.65% -
HSV(B) 218.92º 0.36% 0.8% -
XYZ 31.99 32.88 61.79 -
YUV 153.7 156.39 111.1 -
System Red Green Blue C M Y K H S L
Decimal 130 156 204 0.36 0.24 0 0.2 218.92 0.42 0.65
Hex 82 9C CC 24 18 0 14 DB 2A 41
Octal 202 234 314 44 30 0 24 333 52 101
Binary 10000010 10011100 11001100 100100 11000 0 10100 11011011 101010 1000001

Color Harmonies of #829CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829CCC

Black with #829CCC

Text Example


Text Example

White with #829CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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