Html Css Color HEX #829ECF Polo Blue

📋 copy color: '#829ECF'

red 130 ◦ green 158 ◦ blue 207

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

Shades of Polo Blue #829ECF

Tints of Polo Blue #829ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 41.82%

R = 26.26%
G = 31.92%
B = 41.82%

CMYK

 C value IS 0.37

 M value IS 0.24

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#829ECF (or 0x829ECF) is known color: Polo Blue. HEX triplet: 82, 9E and CF. RGB value is (130,158,207). Sum of RGB (Red+Green+Blue) = 130+158+207=495 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.26% from 495); Green value is 158 (62.11% from 255 or 31.92% from 495); Blue value is 207 (81.25% from 255 or 41.82% from 495); Max value from RGB is 207 - color contains mainly: blue. Hex color #829ECF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829ECF is #7D6130. Grayscale: #9A9A9A. Windows color (decimal): -8216881 or 13606530. OLE color: 13606530.

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

Color convert

RGB 130 158 207 -
CMYK 0.37 0.24 0 0.19
HSL 218.18º 0.45% 0.66% -
HSV(B) 218.18º 0.37% 0.81% -
XYZ 32.7 33.7 63.81 -
YUV 155.21 157.22 110.02 -
System Red Green Blue C M Y K H S L
Decimal 130 158 207 0.37 0.24 0 0.19 218.18 0.45 0.66
Hex 82 9E CF 25 18 0 13 DA 2D 42
Octal 202 236 317 45 30 0 23 332 55 102
Binary 10000010 10011110 11001111 100101 11000 0 10011 11011010 101101 1000010

Color Harmonies of #829ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829ECF

Black with #829ECF

Text Example


Text Example

White with #829ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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