Html Css Color HEX #82A0BD Polo Blue

📋 copy color: '#82A0BD'

red 130 ◦ green 160 ◦ blue 189

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

Shades of Polo Blue #82A0BD

Tints of Polo Blue #82A0BD

RGB

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

 GREEN value IS 160 (62.89% from 255) = 33.4%

 BLUE value IS 189 (74.22% from 255) = 39.46%

R = 27.14%
G = 33.4%
B = 39.46%

CMYK

 C value IS 0.31

 M value IS 0.15

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#82A0BD (or 0x82A0BD) is known color: Polo Blue. HEX triplet: 82, A0 and BD. RGB value is (130,160,189). Sum of RGB (Red+Green+Blue) = 130+160+189=479 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.14% from 479); Green value is 160 (62.89% from 255 or 33.40% from 479); Blue value is 189 (74.22% from 255 or 39.46% from 479); Max value from RGB is 189 - color contains mainly: blue. Hex color #82A0BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82A0BD is #7D5F42. Grayscale: #9A9A9A. Windows color (decimal): -8216387 or 12427394. OLE color: 12427394.

HSL color Cylindrical-coordinate representation of color #82A0BD: hue angle of 209.49º degrees, saturation: 0.31, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #82A0BD is Cyan = 0.31, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 130 160 189 -
CMYK 0.31 0.15 0 0.26
HSL 209.49º 0.31% 0.63% -
HSV(B) 209.49º 0.31% 0.74% -
XYZ 30.96 33.56 52.99 -
YUV 154.34 147.56 110.64 -
System Red Green Blue C M Y K H S L
Decimal 130 160 189 0.31 0.15 0 0.26 209.49 0.31 0.63
Hex 82 A0 BD 1F F 0 1A D1 1F 3F
Octal 202 240 275 37 17 0 32 321 37 77
Binary 10000010 10100000 10111101 11111 1111 0 11010 11010001 11111 111111

Color Harmonies of #82A0BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82A0BD

Black with #82A0BD

Text Example


Text Example

White with #82A0BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,160,189); }

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

background-color css

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

 a { background-color: rgb(130,160,189); }

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

border-color css

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

 span { border-color: rgb(130,160,189); }

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