#8A9FCB

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

Shades of Polo Blue #8A9FCB

Tints of Polo Blue #8A9FCB

Color information

#8A9FCB (or 0x8A9FCB) is unknown color: approx Polo Blue. HEX triplet: 8A, 9F and CB. RGB value is (138,159,203). Sum of RGB (Red+Green+Blue) = 138+159+203=500 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.6% from 500); Green value is 159 (62.5% from 255 or 31.8% from 500); Blue value is 203 (79.69% from 255 or 40.6% from 500); Max value from RGB is 203 - color contains mainly: blue. Hex color #8A9FCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A9FCB is #756034. Grayscale: #9D9D9D. Windows color (decimal): -7692341 or 13344650. OLE color: 13344650.

HSL color Cylindrical-coordinate representation of color #8A9FCB: hue angle of 220.62º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8A9FCB is Cyan = 0.32, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB138159203-
CMYK0.320.2200.20
HSL220.62º38.46%66.86%-
HSV(B)220.62º32.02%79.61%-
XYZ33.6634.5161.39-
YUV157.74153.54113.92-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.6%
GREEN value IS 159 (62.5% from 255) = 31.8%
BLUE value IS 203 (79.69% from 255) = 40.6%
R=27.6%
G=31.8%
B=40.6%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1381592030.320.2200.20220.6238.4666.86
Hex8A9FCB2016014dd2643
Octal212237313402602433546103
Binary10001010100111111100101110000010110010100110111011001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A9FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,159,203); }

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

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

 a { background-color: rgb(138,159,203); }

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

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

 span { border-color: rgb(138,159,203); }

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