#869BCA

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

Shades of Polo Blue #869BCA

Tints of Polo Blue #869BCA

Color information

#869BCA (or 0x869BCA) is unknown color: approx Polo Blue. HEX triplet: 86, 9B and CA. RGB value is (134,155,202). Sum of RGB (Red+Green+Blue) = 134+155+202=491 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.29% from 491); Green value is 155 (60.94% from 255 or 31.57% from 491); Blue value is 202 (79.30% from 255 or 41.14% from 491); Max value from RGB is 202 - color contains mainly: blue. Hex color #869BCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #869BCA is #796435. Grayscale: #999999. Windows color (decimal): -7955510 or 13278086. OLE color: 13278086.

HSL color Cylindrical-coordinate representation of color #869BCA: hue angle of 221.47º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #869BCA is Cyan = 0.34, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB134155202-
CMYK0.340.2300.21
HSL221.47º39.08%65.88%-
HSV(B)221.47º33.66%79.22%-
XYZ32.2132.7860.51-
YUV154.08155.04113.68-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.29%
GREEN value IS 155 (60.94% from 255) = 31.57%
BLUE value IS 202 (79.30% from 255) = 41.14%
R=27.29%
G=31.57%
B=41.14%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1341552020.340.2300.21221.4739.0865.88
Hex869BCA2217015dd2742
Octal206233312422702533547102
Binary10000110100110111100101010001010111010101110111011001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #869BCA; }

 p { color: rgb(134,155,202); }

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

<style>
 a { background-color: #869BCA; }

 a { background-color: rgb(134,155,202); }

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

<style>
 span { border-color: #869BCA; }

 span { border-color: rgb(134,155,202); }

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