Html Css Color HEX #829DC1 Polo Blue

📋 copy color: '#829DC1'

red 130 ◦ green 157 ◦ blue 193

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

Shades of Polo Blue #829DC1

Tints of Polo Blue #829DC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 40.21%

R = 27.08%
G = 32.71%
B = 40.21%

CMYK

 C value IS 0.33

 M value IS 0.19

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#829DC1 (or 0x829DC1) is known color: Polo Blue. HEX triplet: 82, 9D and C1. RGB value is (130,157,193). Sum of RGB (Red+Green+Blue) = 130+157+193=480 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.08% from 480); Green value is 157 (61.72% from 255 or 32.71% from 480); Blue value is 193 (75.78% from 255 or 40.21% from 480); Max value from RGB is 193 - color contains mainly: blue. Hex color #829DC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829DC1 is #7D623E. Grayscale: #989898. Windows color (decimal): -8217151 or 12688770. OLE color: 12688770.

HSL color Cylindrical-coordinate representation of color #829DC1: hue angle of 214.29º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #829DC1 is Cyan = 0.33, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 130 157 193 -
CMYK 0.33 0.19 0 0.24
HSL 214.29º 0.34% 0.63% -
HSV(B) 214.29º 0.33% 0.76% -
XYZ 30.89 32.71 55.14 -
YUV 153.03 150.55 111.57 -
System Red Green Blue C M Y K H S L
Decimal 130 157 193 0.33 0.19 0 0.24 214.29 0.34 0.63
Hex 82 9D C1 21 13 0 18 D6 22 3F
Octal 202 235 301 41 23 0 30 326 42 77
Binary 10000010 10011101 11000001 100001 10011 0 11000 11010110 100010 111111

Color Harmonies of #829DC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829DC1

Black with #829DC1

Text Example


Text Example

White with #829DC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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