Html Css Color HEX #82A5C3 Polo Blue

📋 copy color: '#82A5C3'

red 130 ◦ green 165 ◦ blue 195

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

Shades of Polo Blue #82A5C3

Tints of Polo Blue #82A5C3

RGB

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

 GREEN value IS 165 (64.84% from 255) = 33.67%

 BLUE value IS 195 (76.56% from 255) = 39.8%

R = 26.53%
G = 33.67%
B = 39.8%

CMYK

 C value IS 0.33

 M value IS 0.15

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#82A5C3 (or 0x82A5C3) is known color: Polo Blue. HEX triplet: 82, A5 and C3. RGB value is (130,165,195). Sum of RGB (Red+Green+Blue) = 130+165+195=490 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.53% from 490); Green value is 165 (64.84% from 255 or 33.67% from 490); Blue value is 195 (76.56% from 255 or 39.80% from 490); Max value from RGB is 195 - color contains mainly: blue. Hex color #82A5C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82A5C3 is #7D5A3C. Grayscale: #9D9D9D. Windows color (decimal): -8215101 or 12821890. OLE color: 12821890.

HSL color Cylindrical-coordinate representation of color #82A5C3: hue angle of 207.69º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #82A5C3 is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 130 165 195 -
CMYK 0.33 0.15 0 0.24
HSL 207.69º 0.35% 0.64% -
HSV(B) 207.69º 0.33% 0.76% -
XYZ 32.51 35.6 56.79 -
YUV 157.96 148.9 108.06 -
System Red Green Blue C M Y K H S L
Decimal 130 165 195 0.33 0.15 0 0.24 207.69 0.35 0.64
Hex 82 A5 C3 21 F 0 18 D0 23 40
Octal 202 245 303 41 17 0 30 320 43 100
Binary 10000010 10100101 11000011 100001 1111 0 11000 11010000 100011 1000000

Color Harmonies of #82A5C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82A5C3

Black with #82A5C3

Text Example


Text Example

White with #82A5C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82A5C3; }

 p { color: rgb(130,165,195); }

 H1.HeaderClassName
 {
   color: #82A5C3;
 }
 .AnyTagClassName
 {
   color: #82A5C3;
 }
</style>

background-color css

<style>
 a { background-color: #82A5C3; }

 a { background-color: rgb(130,165,195); }

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

border-color css

<style>
 span { border-color: #82A5C3; }

 span { border-color: rgb(130,165,195); }

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