Html Css Color HEX #829ED5 Polo Blue

📋 copy color: '#829ED5'

red 130 ◦ green 158 ◦ blue 213

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

Shades of Polo Blue #829ED5

Tints of Polo Blue #829ED5

RGB

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

 GREEN value IS 158 (62.11% from 255) = 31.54%

 BLUE value IS 213 (83.59% from 255) = 42.51%

R = 25.95%
G = 31.54%
B = 42.51%

CMYK

 C value IS 0.39

 M value IS 0.26

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#829ED5 (or 0x829ED5) is known color: Polo Blue. HEX triplet: 82, 9E and D5. RGB value is (130,158,213). Sum of RGB (Red+Green+Blue) = 130+158+213=501 (66% of max value = 765). Red value is 130 (51.17% from 255 or 25.95% from 501); Green value is 158 (62.11% from 255 or 31.54% from 501); Blue value is 213 (83.59% from 255 or 42.51% from 501); Max value from RGB is 213 - color contains mainly: blue. Hex color #829ED5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829ED5 is #7D612A. Grayscale: #9B9B9B. Windows color (decimal): -8216875 or 13999746. OLE color: 13999746.

HSL color Cylindrical-coordinate representation of color #829ED5: hue angle of 219.76º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #829ED5 is Cyan = 0.39, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 130 158 213 -
CMYK 0.39 0.26 0 0.16
HSL 219.76º 0.5% 0.67% -
HSV(B) 219.76º 0.39% 0.84% -
XYZ 33.44 34 67.75 -
YUV 155.9 160.22 109.53 -
System Red Green Blue C M Y K H S L
Decimal 130 158 213 0.39 0.26 0 0.16 219.76 0.5 0.67
Hex 82 9E D5 27 1A 0 10 DC 32 43
Octal 202 236 325 47 32 0 20 334 62 103
Binary 10000010 10011110 11010101 100111 11010 0 10000 11011100 110010 1000011

Color Harmonies of #829ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829ED5

Black with #829ED5

Text Example


Text Example

White with #829ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,158,213); }

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

background-color css

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

 a { background-color: rgb(130,158,213); }

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

border-color css

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

 span { border-color: rgb(130,158,213); }

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