Html Css Color HEX #829CCA Polo Blue

📋 copy color: '#829CCA'

red 130 ◦ green 156 ◦ blue 202

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

Shades of Polo Blue #829CCA

Tints of Polo Blue #829CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 41.39%

R = 26.64%
G = 31.97%
B = 41.39%

CMYK

 C value IS 0.36

 M value IS 0.23

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#829CCA (or 0x829CCA) is known color: Polo Blue. HEX triplet: 82, 9C and CA. RGB value is (130,156,202). Sum of RGB (Red+Green+Blue) = 130+156+202=488 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.64% from 488); Green value is 156 (61.33% from 255 or 31.97% from 488); Blue value is 202 (79.30% from 255 or 41.39% from 488); Max value from RGB is 202 - color contains mainly: blue. Hex color #829CCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829CCA is #7D6335. Grayscale: #999999. Windows color (decimal): -8217398 or 13278338. OLE color: 13278338.

HSL color Cylindrical-coordinate representation of color #829CCA: hue angle of 218.33º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #829CCA is Cyan = 0.36, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 130 156 202 -
CMYK 0.36 0.23 0 0.21
HSL 218.33º 0.4% 0.65% -
HSV(B) 218.33º 0.36% 0.79% -
XYZ 31.76 32.79 60.53 -
YUV 153.47 155.39 111.26 -
System Red Green Blue C M Y K H S L
Decimal 130 156 202 0.36 0.23 0 0.21 218.33 0.4 0.65
Hex 82 9C CA 24 17 0 15 DA 28 41
Octal 202 234 312 44 27 0 25 332 50 101
Binary 10000010 10011100 11001010 100100 10111 0 10101 11011010 101000 1000001

Color Harmonies of #829CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829CCA

Black with #829CCA

Text Example


Text Example

White with #829CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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