Html Css Color HEX #829EC0 Polo Blue

📋 copy color: '#829EC0'

red 130 ◦ green 158 ◦ blue 192

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

Shades of Polo Blue #829EC0

Tints of Polo Blue #829EC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 40%

R = 27.08%
G = 32.92%
B = 40%

CMYK

 C value IS 0.32

 M value IS 0.18

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#829EC0 (or 0x829EC0) is known color: Polo Blue. HEX triplet: 82, 9E and C0. RGB value is (130,158,192). Sum of RGB (Red+Green+Blue) = 130+158+192=480 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.08% from 480); Green value is 158 (62.11% from 255 or 32.92% from 480); Blue value is 192 (75.39% from 255 or 40% from 480); Max value from RGB is 192 - color contains mainly: blue. Hex color #829EC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829EC0 is #7D613F. Grayscale: #999999. Windows color (decimal): -8216896 or 12623490. OLE color: 12623490.

HSL color Cylindrical-coordinate representation of color #829EC0: hue angle of 212.9º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #829EC0 is Cyan = 0.32, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 130 158 192 -
CMYK 0.32 0.18 0 0.25
HSL 212.9º 0.33% 0.63% -
HSV(B) 212.9º 0.32% 0.75% -
XYZ 30.95 33.01 54.61 -
YUV 153.5 149.72 111.24 -
System Red Green Blue C M Y K H S L
Decimal 130 158 192 0.32 0.18 0 0.25 212.9 0.33 0.63
Hex 82 9E C0 20 12 0 19 D5 21 3F
Octal 202 236 300 40 22 0 31 325 41 77
Binary 10000010 10011110 11000000 100000 10010 0 11001 11010101 100001 111111

Color Harmonies of #829EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829EC0

Black with #829EC0

Text Example


Text Example

White with #829EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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