Html Css Color HEX #829DBF Polo Blue

📋 copy color: '#829DBF'

red 130 ◦ green 157 ◦ blue 191

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

Shades of Polo Blue #829DBF

Tints of Polo Blue #829DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 39.96%

R = 27.2%
G = 32.85%
B = 39.96%

CMYK

 C value IS 0.32

 M value IS 0.18

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#829DBF (or 0x829DBF) is known color: Polo Blue. HEX triplet: 82, 9D and BF. RGB value is (130,157,191). Sum of RGB (Red+Green+Blue) = 130+157+191=478 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.20% from 478); Green value is 157 (61.72% from 255 or 32.85% from 478); Blue value is 191 (75% from 255 or 39.96% from 478); Max value from RGB is 191 - color contains mainly: blue. Hex color #829DBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829DBF is #7D6240. Grayscale: #989898. Windows color (decimal): -8217153 or 12557698. OLE color: 12557698.

HSL color Cylindrical-coordinate representation of color #829DBF: hue angle of 213.44º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #829DBF is Cyan = 0.32, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 130 157 191 -
CMYK 0.32 0.18 0 0.25
HSL 213.44º 0.32% 0.63% -
HSV(B) 213.44º 0.32% 0.75% -
XYZ 30.67 32.62 53.97 -
YUV 152.8 149.55 111.74 -
System Red Green Blue C M Y K H S L
Decimal 130 157 191 0.32 0.18 0 0.25 213.44 0.32 0.63
Hex 82 9D BF 20 12 0 19 D5 20 3F
Octal 202 235 277 40 22 0 31 325 40 77
Binary 10000010 10011101 10111111 100000 10010 0 11001 11010101 100000 111111

Color Harmonies of #829DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829DBF

Black with #829DBF

Text Example


Text Example

White with #829DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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