Html Css Color HEX #829BC6 Polo Blue

📋 copy color: '#829BC6'

red 130 ◦ green 155 ◦ blue 198

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

Shades of Polo Blue #829BC6

Tints of Polo Blue #829BC6

RGB

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

 GREEN value IS 155 (60.94% from 255) = 32.09%

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

R = 26.92%
G = 32.09%
B = 40.99%

CMYK

 C value IS 0.34

 M value IS 0.22

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#829BC6 (or 0x829BC6) is known color: Polo Blue. HEX triplet: 82, 9B and C6. RGB value is (130,155,198). Sum of RGB (Red+Green+Blue) = 130+155+198=483 (63% of max value = 765). Red value is 130 (51.17% from 255 or 26.92% from 483); Green value is 155 (60.94% from 255 or 32.09% from 483); Blue value is 198 (77.73% from 255 or 40.99% from 483); Max value from RGB is 198 - color contains mainly: blue. Hex color #829BC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829BC6 is #7D6439. Grayscale: #989898. Windows color (decimal): -8217658 or 13015938. OLE color: 13015938.

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

Color convert

RGB 130 155 198 -
CMYK 0.34 0.22 0 0.22
HSL 217.94º 0.37% 0.64% -
HSV(B) 217.94º 0.34% 0.78% -
XYZ 31.12 32.27 58.01 -
YUV 152.43 153.72 112 -
System Red Green Blue C M Y K H S L
Decimal 130 155 198 0.34 0.22 0 0.22 217.94 0.37 0.64
Hex 82 9B C6 22 16 0 16 DA 25 40
Octal 202 233 306 42 26 0 26 332 45 100
Binary 10000010 10011011 11000110 100010 10110 0 10110 11011010 100101 1000000

Color Harmonies of #829BC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829BC6

Black with #829BC6

Text Example


Text Example

White with #829BC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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