#8A9FCE

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

Shades of Polo Blue #8A9FCE

Tints of Polo Blue #8A9FCE

Color information

#8A9FCE (or 0x8A9FCE) is unknown color: approx Polo Blue. HEX triplet: 8A, 9F and CE. RGB value is (138,159,206). Sum of RGB (Red+Green+Blue) = 138+159+206=503 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.44% from 503); Green value is 159 (62.5% from 255 or 31.61% from 503); Blue value is 206 (80.86% from 255 or 40.95% from 503); Max value from RGB is 206 - color contains mainly: blue. Hex color #8A9FCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8A9FCE is #756031. Grayscale: #9D9D9D. Windows color (decimal): -7692338 or 13541258. OLE color: 13541258.

HSL color Cylindrical-coordinate representation of color #8A9FCE: hue angle of 221.47º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8A9FCE is Cyan = 0.33, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB138159206-
CMYK0.330.2300.19
HSL221.47º40.96%67.45%-
HSV(B)221.47º33.01%80.78%-
XYZ34.0234.6663.29-
YUV158.08155.04113.68-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 27.44%
GREEN value IS 159 (62.5% from 255) = 31.61%
BLUE value IS 206 (80.86% from 255) = 40.95%
R=27.44%
G=31.61%
B=40.95%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1381592060.330.2300.19221.4740.9667.45
Hex8A9FCE2117013dd2943
Octal212237316412702333551103
Binary10001010100111111100111010000110111010011110111011010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A9FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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