Html Css Color HEX #829FCF Polo Blue

📋 copy color: '#829FCF'

red 130 ◦ green 159 ◦ blue 207

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

Shades of Polo Blue #829FCF

Tints of Polo Blue #829FCF

RGB

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

 GREEN value IS 159 (62.5% from 255) = 32.06%

 BLUE value IS 207 (81.25% from 255) = 41.73%

R = 26.21%
G = 32.06%
B = 41.73%

CMYK

 C value IS 0.37

 M value IS 0.23

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#829FCF (or 0x829FCF) is known color: Polo Blue. HEX triplet: 82, 9F and CF. RGB value is (130,159,207). Sum of RGB (Red+Green+Blue) = 130+159+207=496 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.21% from 496); Green value is 159 (62.5% from 255 or 32.06% from 496); Blue value is 207 (81.25% from 255 or 41.73% from 496); Max value from RGB is 207 - color contains mainly: blue. Hex color #829FCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829FCF is #7D6030. Grayscale: #9B9B9B. Windows color (decimal): -8216625 or 13606786. OLE color: 13606786.

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

Color convert

RGB 130 159 207 -
CMYK 0.37 0.23 0 0.19
HSL 217.4º 0.45% 0.66% -
HSV(B) 217.4º 0.37% 0.81% -
XYZ 32.87 34.05 63.87 -
YUV 155.8 156.89 109.6 -
System Red Green Blue C M Y K H S L
Decimal 130 159 207 0.37 0.23 0 0.19 217.4 0.45 0.66
Hex 82 9F CF 25 17 0 13 D9 2D 42
Octal 202 237 317 45 27 0 23 331 55 102
Binary 10000010 10011111 11001111 100101 10111 0 10011 11011001 101101 1000010

Color Harmonies of #829FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829FCF

Black with #829FCF

Text Example


Text Example

White with #829FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,159,207); }

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

background-color css

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

 a { background-color: rgb(130,159,207); }

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

border-color css

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

 span { border-color: rgb(130,159,207); }

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