Html Css Color HEX #829FCA Polo Blue

📋 copy color: '#829FCA'

red 130 ◦ green 159 ◦ blue 202

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

Shades of Polo Blue #829FCA

Tints of Polo Blue #829FCA

RGB

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

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

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

R = 26.48%
G = 32.38%
B = 41.14%

CMYK

 C value IS 0.36

 M value IS 0.21

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#829FCA (or 0x829FCA) is known color: Polo Blue. HEX triplet: 82, 9F and CA. RGB value is (130,159,202). Sum of RGB (Red+Green+Blue) = 130+159+202=491 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.48% from 491); Green value is 159 (62.5% from 255 or 32.38% from 491); Blue value is 202 (79.30% from 255 or 41.14% from 491); Max value from RGB is 202 - color contains mainly: blue. Hex color #829FCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829FCA is #7D6035. Grayscale: #9B9B9B. Windows color (decimal): -8216630 or 13279106. OLE color: 13279106.

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

Color convert

RGB 130 159 202 -
CMYK 0.36 0.21 0 0.21
HSL 215.83º 0.4% 0.65% -
HSV(B) 215.83º 0.36% 0.79% -
XYZ 32.26 33.81 60.7 -
YUV 155.23 154.39 110 -
System Red Green Blue C M Y K H S L
Decimal 130 159 202 0.36 0.21 0 0.21 215.83 0.4 0.65
Hex 82 9F CA 24 15 0 15 D8 28 41
Octal 202 237 312 44 25 0 25 330 50 101
Binary 10000010 10011111 11001010 100100 10101 0 10101 11011000 101000 1000001

Color Harmonies of #829FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829FCA

Black with #829FCA

Text Example


Text Example

White with #829FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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