Html Css Color HEX #829DCE Polo Blue

📋 copy color: '#829DCE'

red 130 ◦ green 157 ◦ blue 206

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

Shades of Polo Blue #829DCE

Tints of Polo Blue #829DCE

RGB

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

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

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

R = 26.37%
G = 31.85%
B = 41.78%

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

#829DCE (or 0x829DCE) is known color: Polo Blue. HEX triplet: 82, 9D and CE. RGB value is (130,157,206). Sum of RGB (Red+Green+Blue) = 130+157+206=493 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.37% from 493); Green value is 157 (61.72% from 255 or 31.85% from 493); Blue value is 206 (80.86% from 255 or 41.78% from 493); Max value from RGB is 206 - color contains mainly: blue. Hex color #829DCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829DCE is #7D6231. Grayscale: #9A9A9A. Windows color (decimal): -8217138 or 13540738. OLE color: 13540738.

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

Color convert

RGB 130 157 206 -
CMYK 0.37 0.24 0 0.19
HSL 218.68º 0.44% 0.66% -
HSV(B) 218.68º 0.37% 0.81% -
XYZ 32.4 33.32 63.12 -
YUV 154.51 157.05 110.52 -
System Red Green Blue C M Y K H S L
Decimal 130 157 206 0.37 0.24 0 0.19 218.68 0.44 0.66
Hex 82 9D CE 25 18 0 13 DB 2C 42
Octal 202 235 316 45 30 0 23 333 54 102
Binary 10000010 10011101 11001110 100101 11000 0 10011 11011011 101100 1000010

Color Harmonies of #829DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829DCE

Black with #829DCE

Text Example


Text Example

White with #829DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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