Html Css Color HEX #829BCE Polo Blue

📋 copy color: '#829BCE'

red 130 ◦ green 155 ◦ blue 206

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

Shades of Polo Blue #829BCE

Tints of Polo Blue #829BCE

RGB

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

 GREEN value IS 155 (60.94% from 255) = 31.57%

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

R = 26.48%
G = 31.57%
B = 41.96%

CMYK

 C value IS 0.37

 M value IS 0.25

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#829BCE (or 0x829BCE) is known color: Polo Blue. HEX triplet: 82, 9B and CE. RGB value is (130,155,206). Sum of RGB (Red+Green+Blue) = 130+155+206=491 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.48% from 491); Green value is 155 (60.94% from 255 or 31.57% from 491); Blue value is 206 (80.86% from 255 or 41.96% from 491); Max value from RGB is 206 - color contains mainly: blue. Hex color #829BCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829BCE is #7D6431. Grayscale: #999999. Windows color (decimal): -8217650 or 13540226. OLE color: 13540226.

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

Color convert

RGB 130 155 206 -
CMYK 0.37 0.25 0 0.19
HSL 220.26º 0.44% 0.66% -
HSV(B) 220.26º 0.37% 0.81% -
XYZ 32.07 32.64 63 -
YUV 153.34 157.72 111.35 -
System Red Green Blue C M Y K H S L
Decimal 130 155 206 0.37 0.25 0 0.19 220.26 0.44 0.66
Hex 82 9B CE 25 19 0 13 DC 2C 42
Octal 202 233 316 45 31 0 23 334 54 102
Binary 10000010 10011011 11001110 100101 11001 0 10011 11011100 101100 1000010

Color Harmonies of #829BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829BCE

Black with #829BCE

Text Example


Text Example

White with #829BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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