Html Css Color HEX #829ECD Polo Blue

📋 copy color: '#829ECD'

red 130 ◦ green 158 ◦ blue 205

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

Shades of Polo Blue #829ECD

Tints of Polo Blue #829ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 41.58%

R = 26.37%
G = 32.05%
B = 41.58%

CMYK

 C value IS 0.37

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#829ECD (or 0x829ECD) is known color: Polo Blue. HEX triplet: 82, 9E and CD. RGB value is (130,158,205). Sum of RGB (Red+Green+Blue) = 130+158+205=493 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.37% from 493); Green value is 158 (62.11% from 255 or 32.05% from 493); Blue value is 205 (80.47% from 255 or 41.58% from 493); Max value from RGB is 205 - color contains mainly: blue. Hex color #829ECD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829ECD is #7D6132. Grayscale: #9A9A9A. Windows color (decimal): -8216883 or 13475458. OLE color: 13475458.

HSL color Cylindrical-coordinate representation of color #829ECD: hue angle of 217.6º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #829ECD is Cyan = 0.37, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 130 158 205 -
CMYK 0.37 0.23 0 0.20
HSL 217.6º 0.43% 0.66% -
HSV(B) 217.6º 0.37% 0.8% -
XYZ 32.45 33.61 62.53 -
YUV 154.99 156.22 110.18 -
System Red Green Blue C M Y K H S L
Decimal 130 158 205 0.37 0.23 0 0.20 217.6 0.43 0.66
Hex 82 9E CD 25 17 0 14 DA 2B 42
Octal 202 236 315 45 27 0 24 332 53 102
Binary 10000010 10011110 11001101 100101 10111 0 10100 11011010 101011 1000010

Color Harmonies of #829ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829ECD

Black with #829ECD

Text Example


Text Example

White with #829ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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