Html Css Color HEX #829DCF Polo Blue

📋 copy color: '#829DCF'

red 130 ◦ green 157 ◦ blue 207

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

Shades of Polo Blue #829DCF

Tints of Polo Blue #829DCF

RGB

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

 GREEN value IS 157 (61.72% from 255) = 31.78%

 BLUE value IS 207 (81.25% from 255) = 41.9%

R = 26.32%
G = 31.78%
B = 41.9%

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

#829DCF (or 0x829DCF) is known color: Polo Blue. HEX triplet: 82, 9D and CF. RGB value is (130,157,207). Sum of RGB (Red+Green+Blue) = 130+157+207=494 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.32% from 494); Green value is 157 (61.72% from 255 or 31.78% from 494); Blue value is 207 (81.25% from 255 or 41.90% from 494); Max value from RGB is 207 - color contains mainly: blue. Hex color #829DCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829DCF is #7D6230. Grayscale: #9A9A9A. Windows color (decimal): -8217137 or 13606274. OLE color: 13606274.

HSL color Cylindrical-coordinate representation of color #829DCF: hue angle of 218.96º degrees, saturation: 0.45, 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 #829DCF is Cyan = 0.37, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 130 157 207 -
CMYK 0.37 0.24 0 0.19
HSL 218.96º 0.45% 0.66% -
HSV(B) 218.96º 0.37% 0.81% -
XYZ 32.53 33.36 63.76 -
YUV 154.63 157.55 110.43 -
System Red Green Blue C M Y K H S L
Decimal 130 157 207 0.37 0.24 0 0.19 218.96 0.45 0.66
Hex 82 9D CF 25 18 0 13 DB 2D 42
Octal 202 235 317 45 30 0 23 333 55 102
Binary 10000010 10011101 11001111 100101 11000 0 10011 11011011 101101 1000010

Color Harmonies of #829DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829DCF

Black with #829DCF

Text Example


Text Example

White with #829DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,157,207); }

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

background-color css

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

 a { background-color: rgb(130,157,207); }

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

border-color css

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

 span { border-color: rgb(130,157,207); }

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