#869DC7

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

Shades of Polo Blue #869DC7

Tints of Polo Blue #869DC7

Color information

#869DC7 (or 0x869DC7) is unknown color: approx Polo Blue. HEX triplet: 86, 9D and C7. RGB value is (134,157,199). Sum of RGB (Red+Green+Blue) = 134+157+199=490 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.35% from 490); Green value is 157 (61.72% from 255 or 32.04% from 490); Blue value is 199 (78.12% from 255 or 40.61% from 490); Max value from RGB is 199 - color contains mainly: blue. Hex color #869DC7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #869DC7 is #796238. Grayscale: #9A9A9A. Windows color (decimal): -7955001 or 13081990. OLE color: 13081990.

HSL color Cylindrical-coordinate representation of color #869DC7: hue angle of 218.77º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #869DC7 is Cyan = 0.33, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB134157199-
CMYK0.330.2100.22
HSL218.77º36.72%65.29%-
HSV(B)218.77º32.66%78.04%-
XYZ32.233.3158.76-
YUV154.91152.88113.08-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.35%
GREEN value IS 157 (61.72% from 255) = 32.04%
BLUE value IS 199 (78.12% from 255) = 40.61%
R=27.35%
G=32.04%
B=40.61%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1341571990.330.2100.22218.7736.7265.29
Hex869DC72115016db2541
Octal206235307412502633345101
Binary10000110100111011100011110000110101010110110110111001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869DC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,157,199); }

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

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

 a { background-color: rgb(134,157,199); }

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

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

 span { border-color: rgb(134,157,199); }

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