Html Css Color HEX #829ECB Polo Blue

📋 copy color: '#829ECB'

red 130 ◦ green 158 ◦ blue 203

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

Shades of Polo Blue #829ECB

Tints of Polo Blue #829ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 41.34%

R = 26.48%
G = 32.18%
B = 41.34%

CMYK

 C value IS 0.36

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#829ECB (or 0x829ECB) is known color: Polo Blue. HEX triplet: 82, 9E and CB. RGB value is (130,158,203). Sum of RGB (Red+Green+Blue) = 130+158+203=491 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.48% from 491); Green value is 158 (62.11% from 255 or 32.18% from 491); Blue value is 203 (79.69% from 255 or 41.34% from 491); Max value from RGB is 203 - color contains mainly: blue. Hex color #829ECB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829ECB is #7D6134. Grayscale: #9A9A9A. Windows color (decimal): -8216885 or 13344386. OLE color: 13344386.

HSL color Cylindrical-coordinate representation of color #829ECB: hue angle of 216.99º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #829ECB is Cyan = 0.36, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 130 158 203 -
CMYK 0.36 0.22 0 0.20
HSL 216.99º 0.41% 0.65% -
HSV(B) 216.99º 0.36% 0.8% -
XYZ 32.21 33.51 61.27 -
YUV 154.76 155.22 110.34 -
System Red Green Blue C M Y K H S L
Decimal 130 158 203 0.36 0.22 0 0.20 216.99 0.41 0.65
Hex 82 9E CB 24 16 0 14 D9 29 41
Octal 202 236 313 44 26 0 24 331 51 101
Binary 10000010 10011110 11001011 100100 10110 0 10100 11011001 101001 1000001

Color Harmonies of #829ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829ECB

Black with #829ECB

Text Example


Text Example

White with #829ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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