Html Css Color HEX #829DC6 Polo Blue

📋 copy color: '#829DC6'

red 130 ◦ green 157 ◦ blue 198

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

Shades of Polo Blue #829DC6

Tints of Polo Blue #829DC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 40.82%

R = 26.8%
G = 32.37%
B = 40.82%

CMYK

 C value IS 0.34

 M value IS 0.21

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#829DC6 (or 0x829DC6) is known color: Polo Blue. HEX triplet: 82, 9D and C6. RGB value is (130,157,198). Sum of RGB (Red+Green+Blue) = 130+157+198=485 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.80% from 485); Green value is 157 (61.72% from 255 or 32.37% from 485); Blue value is 198 (77.73% from 255 or 40.82% from 485); Max value from RGB is 198 - color contains mainly: blue. Hex color #829DC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829DC6 is #7D6239. Grayscale: #999999. Windows color (decimal): -8217146 or 13016450. OLE color: 13016450.

HSL color Cylindrical-coordinate representation of color #829DC6: hue angle of 216.18º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #829DC6 is Cyan = 0.34, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 130 157 198 -
CMYK 0.34 0.21 0 0.22
HSL 216.18º 0.37% 0.64% -
HSV(B) 216.18º 0.34% 0.78% -
XYZ 31.46 32.94 58.13 -
YUV 153.6 153.05 111.17 -
System Red Green Blue C M Y K H S L
Decimal 130 157 198 0.34 0.21 0 0.22 216.18 0.37 0.64
Hex 82 9D C6 22 15 0 16 D8 25 40
Octal 202 235 306 42 25 0 26 330 45 100
Binary 10000010 10011101 11000110 100010 10101 0 10110 11011000 100101 1000000

Color Harmonies of #829DC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829DC6

Black with #829DC6

Text Example


Text Example

White with #829DC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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