#8BA4CA

Color #8BA4CA Polo Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Polo Blue #8BA4CA

Tints of Polo Blue #8BA4CA

Color information

#8BA4CA (or 0x8BA4CA) is unknown color: approx Polo Blue. HEX triplet: 8B, A4 and CA. RGB value is (139,164,202). Sum of RGB (Red+Green+Blue) = 139+164+202=505 (66% of max value = 765). Red value is 139 (54.69% from 255 or 27.52% from 505); Green value is 164 (64.45% from 255 or 32.48% from 505); Blue value is 202 (79.30% from 255 or 40% from 505); Max value from RGB is 202 - color contains mainly: blue. Hex color #8BA4CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BA4CA is #745B35. Grayscale: #A0A0A0. Windows color (decimal): -7625526 or 13280395. OLE color: 13280395.

HSL color Cylindrical-coordinate representation of color #8BA4CA: hue angle of 216.19º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8BA4CA is Cyan = 0.31, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB139164202-
CMYK0.310.1900.21
HSL216.19º37.28%66.86%-
HSV(B)216.19º31.19%79.22%-
XYZ34.5836.361.06-
YUV160.86151.22112.41-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 27.52%
GREEN value IS 164 (64.45% from 255) = 32.48%
BLUE value IS 202 (79.30% from 255) = 40%
R=27.52%
G=32.48%
B=40%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1391642020.310.1900.21216.1937.2866.86
Hex8BA4CA1F13015d82543
Octal213244312372302533045103
Binary1000101110100100110010101111110011010101110110001001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BA4CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8BA4CA; }

 p { color: rgb(139,164,202); }

 H1.HeaderClassName
 {
   color: #8BA4CA;
 }
 .AnyTagClassName
 {
   color: #8BA4CA;
 }
</style>
background-color css

<style>
 a { background-color: #8BA4CA; }

 a { background-color: rgb(139,164,202); }

 div.DivClassName
 {
   background-color: #8BA4CA;
 }
 .BgClassName
 {
   background-color: #8BA4CA;
 }
</style>
border-color css

<style>
 span { border-color: #8BA4CA; }

 span { border-color: rgb(139,164,202); }

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