Html Css Color HEX #829FD7 Polo Blue

📋 copy color: '#829FD7'

red 130 ◦ green 159 ◦ blue 215

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

Shades of Polo Blue #829FD7

Tints of Polo Blue #829FD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 42.66%

R = 25.79%
G = 31.55%
B = 42.66%

CMYK

 C value IS 0.40

 M value IS 0.26

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#829FD7 (or 0x829FD7) is known color: Polo Blue. HEX triplet: 82, 9F and D7. RGB value is (130,159,215). Sum of RGB (Red+Green+Blue) = 130+159+215=504 (66% of max value = 765). Red value is 130 (51.17% from 255 or 25.79% from 504); Green value is 159 (62.5% from 255 or 31.55% from 504); Blue value is 215 (84.38% from 255 or 42.66% from 504); Max value from RGB is 215 - color contains mainly: blue. Hex color #829FD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829FD7 is #7D6028. Grayscale: #9C9C9C. Windows color (decimal): -8216617 or 14131074. OLE color: 14131074.

HSL color Cylindrical-coordinate representation of color #829FD7: hue angle of 219.53º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #829FD7 is Cyan = 0.40, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 130 159 215 -
CMYK 0.40 0.26 0 0.16
HSL 219.53º 0.52% 0.68% -
HSV(B) 219.53º 0.4% 0.84% -
XYZ 33.87 34.45 69.15 -
YUV 156.71 160.89 108.95 -
System Red Green Blue C M Y K H S L
Decimal 130 159 215 0.40 0.26 0 0.16 219.53 0.52 0.68
Hex 82 9F D7 28 1A 0 10 DC 34 44
Octal 202 237 327 50 32 0 20 334 64 104
Binary 10000010 10011111 11010111 101000 11010 0 10000 11011100 110100 1000100

Color Harmonies of #829FD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829FD7

Black with #829FD7

Text Example


Text Example

White with #829FD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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