Html Css Color HEX #829CCE Polo Blue

📋 copy color: '#829CCE'

red 130 ◦ green 156 ◦ blue 206

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

Shades of Polo Blue #829CCE

Tints of Polo Blue #829CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.87%

R = 26.42%
G = 31.71%
B = 41.87%

CMYK

 C value IS 0.37

 M value IS 0.24

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#829CCE (or 0x829CCE) is known color: Polo Blue. HEX triplet: 82, 9C and CE. RGB value is (130,156,206). Sum of RGB (Red+Green+Blue) = 130+156+206=492 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.42% from 492); Green value is 156 (61.33% from 255 or 31.71% from 492); Blue value is 206 (80.86% from 255 or 41.87% from 492); Max value from RGB is 206 - color contains mainly: blue. Hex color #829CCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829CCE is #7D6331. Grayscale: #999999. Windows color (decimal): -8217394 or 13540482. OLE color: 13540482.

HSL color Cylindrical-coordinate representation of color #829CCE: hue angle of 219.47º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #829CCE is Cyan = 0.37, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 130 156 206 -
CMYK 0.37 0.24 0 0.19
HSL 219.47º 0.44% 0.66% -
HSV(B) 219.47º 0.37% 0.81% -
XYZ 32.23 32.98 63.06 -
YUV 153.93 157.39 110.93 -
System Red Green Blue C M Y K H S L
Decimal 130 156 206 0.37 0.24 0 0.19 219.47 0.44 0.66
Hex 82 9C CE 25 18 0 13 DB 2C 42
Octal 202 234 316 45 30 0 23 333 54 102
Binary 10000010 10011100 11001110 100101 11000 0 10011 11011011 101100 1000010

Color Harmonies of #829CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829CCE

Black with #829CCE

Text Example


Text Example

White with #829CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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