Html Css Color HEX #829ACB Polo Blue

📋 copy color: '#829ACB'

red 130 ◦ green 154 ◦ blue 203

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

Shades of Polo Blue #829ACB

Tints of Polo Blue #829ACB

RGB

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

 GREEN value IS 154 (60.55% from 255) = 31.62%

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

R = 26.69%
G = 31.62%
B = 41.68%

CMYK

 C value IS 0.36

 M value IS 0.24

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#829ACB (or 0x829ACB) is known color: Polo Blue. HEX triplet: 82, 9A and CB. RGB value is (130,154,203). Sum of RGB (Red+Green+Blue) = 130+154+203=487 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.69% from 487); Green value is 154 (60.55% from 255 or 31.62% from 487); Blue value is 203 (79.69% from 255 or 41.68% from 487); Max value from RGB is 203 - color contains mainly: blue. Hex color #829ACB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #829ACB is #7D6534. Grayscale: #989898. Windows color (decimal): -8217909 or 13343362. OLE color: 13343362.

HSL color Cylindrical-coordinate representation of color #829ACB: hue angle of 220.27º 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 #829ACB is Cyan = 0.36, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 130 154 203 -
CMYK 0.36 0.24 0 0.20
HSL 220.27º 0.41% 0.65% -
HSV(B) 220.27º 0.36% 0.8% -
XYZ 31.54 32.17 61.05 -
YUV 152.41 156.55 112.02 -
System Red Green Blue C M Y K H S L
Decimal 130 154 203 0.36 0.24 0 0.20 220.27 0.41 0.65
Hex 82 9A CB 24 18 0 14 DC 29 41
Octal 202 232 313 44 30 0 24 334 51 101
Binary 10000010 10011010 11001011 100100 11000 0 10100 11011100 101001 1000001

Color Harmonies of #829ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829ACB

Black with #829ACB

Text Example


Text Example

White with #829ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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