Html Css Color HEX #82A3CB Polo Blue

📋 copy color: '#82A3CB'

red 130 ◦ green 163 ◦ blue 203

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

Shades of Polo Blue #82A3CB

Tints of Polo Blue #82A3CB

RGB

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

 GREEN value IS 163 (64.06% from 255) = 32.86%

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

R = 26.21%
G = 32.86%
B = 40.93%

CMYK

 C value IS 0.36

 M value IS 0.20

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#82A3CB (or 0x82A3CB) is known color: Polo Blue. HEX triplet: 82, A3 and CB. RGB value is (130,163,203). Sum of RGB (Red+Green+Blue) = 130+163+203=496 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.21% from 496); Green value is 163 (64.06% from 255 or 32.86% from 496); Blue value is 203 (79.69% from 255 or 40.93% from 496); Max value from RGB is 203 - color contains mainly: blue. Hex color #82A3CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82A3CB is #7D5C34. Grayscale: #9D9D9D. Windows color (decimal): -8215605 or 13345666. OLE color: 13345666.

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

Color convert

RGB 130 163 203 -
CMYK 0.36 0.20 0 0.20
HSL 212.88º 0.41% 0.65% -
HSV(B) 212.88º 0.36% 0.8% -
XYZ 33.08 35.25 61.56 -
YUV 157.69 153.57 108.25 -
System Red Green Blue C M Y K H S L
Decimal 130 163 203 0.36 0.20 0 0.20 212.88 0.41 0.65
Hex 82 A3 CB 24 14 0 14 D5 29 41
Octal 202 243 313 44 24 0 24 325 51 101
Binary 10000010 10100011 11001011 100100 10100 0 10100 11010101 101001 1000001

Color Harmonies of #82A3CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82A3CB

Black with #82A3CB

Text Example


Text Example

White with #82A3CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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