Html Css Color HEX #829ECE Polo Blue

📋 copy color: '#829ECE'

red 130 ◦ green 158 ◦ blue 206

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

Shades of Polo Blue #829ECE

Tints of Polo Blue #829ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.7%

R = 26.32%
G = 31.98%
B = 41.7%

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

#829ECE (or 0x829ECE) is known color: Polo Blue. HEX triplet: 82, 9E and CE. RGB value is (130,158,206). Sum of RGB (Red+Green+Blue) = 130+158+206=494 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.32% from 494); Green value is 158 (62.11% from 255 or 31.98% from 494); Blue value is 206 (80.86% from 255 or 41.70% from 494); Max value from RGB is 206 - color contains mainly: blue. Hex color #829ECE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829ECE is #7D6131. Grayscale: #9A9A9A. Windows color (decimal): -8216882 or 13540994. OLE color: 13540994.

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

Color convert

RGB 130 158 206 -
CMYK 0.37 0.23 0 0.19
HSL 217.89º 0.44% 0.66% -
HSV(B) 217.89º 0.37% 0.81% -
XYZ 32.57 33.66 63.17 -
YUV 155.1 156.72 110.1 -
System Red Green Blue C M Y K H S L
Decimal 130 158 206 0.37 0.23 0 0.19 217.89 0.44 0.66
Hex 82 9E CE 25 17 0 13 DA 2C 42
Octal 202 236 316 45 27 0 23 332 54 102
Binary 10000010 10011110 11001110 100101 10111 0 10011 11011010 101100 1000010

Color Harmonies of #829ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829ECE

Black with #829ECE

Text Example


Text Example

White with #829ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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