Html Css Color HEX #81A7CA Polo Blue

📋 copy color: '#81A7CA'

red 129 ◦ green 167 ◦ blue 202

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

Shades of Polo Blue #81A7CA

Tints of Polo Blue #81A7CA

RGB

 RED value IS 129 (50.78% from 255) = 25.9%

 GREEN value IS 167 (65.63% from 255) = 33.53%

 BLUE value IS 202 (79.3% from 255) = 40.56%

R = 25.9%
G = 33.53%
B = 40.56%

CMYK

 C value IS 0.36

 M value IS 0.17

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#81A7CA (or 0x81A7CA) is known color: Polo Blue. HEX triplet: 81, A7 and CA. RGB value is (129,167,202). Sum of RGB (Red+Green+Blue) = 129+167+202=498 (65% of max value = 765). Red value is 129 (50.78% from 255 or 25.90% from 498); Green value is 167 (65.62% from 255 or 33.53% from 498); Blue value is 202 (79.30% from 255 or 40.56% from 498); Max value from RGB is 202 - color contains mainly: blue. Hex color #81A7CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81A7CA is #7E5835. Grayscale: #9F9F9F. Windows color (decimal): -8280118 or 13281153. OLE color: 13281153.

HSL color Cylindrical-coordinate representation of color #81A7CA: hue angle of 208.77º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #81A7CA is Cyan = 0.36, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 129 167 202 -
CMYK 0.36 0.17 0 0.21
HSL 208.77º 0.41% 0.65% -
HSV(B) 208.77º 0.36% 0.79% -
XYZ 33.53 36.57 61.17 -
YUV 159.63 151.91 106.15 -
System Red Green Blue C M Y K H S L
Decimal 129 167 202 0.36 0.17 0 0.21 208.77 0.41 0.65
Hex 81 A7 CA 24 11 0 15 D1 29 41
Octal 201 247 312 44 21 0 25 321 51 101
Binary 10000001 10100111 11001010 100100 10001 0 10101 11010001 101001 1000001

Color Harmonies of #81A7CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81A7CA

Black with #81A7CA

Text Example


Text Example

White with #81A7CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81A7CA; }

 p { color: rgb(129,167,202); }

 H1.HeaderClassName
 {
   color: #81A7CA;
 }
 .AnyTagClassName
 {
   color: #81A7CA;
 }
</style>

background-color css

<style>
 a { background-color: #81A7CA; }

 a { background-color: rgb(129,167,202); }

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

border-color css

<style>
 span { border-color: #81A7CA; }

 span { border-color: rgb(129,167,202); }

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