#869FDC

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

Shades of Portage #869FDC

Tints of Portage #869FDC

Color information

#869FDC (or 0x869FDC) is unknown color: approx Portage. HEX triplet: 86, 9F and DC. RGB value is (134,159,220). Sum of RGB (Red+Green+Blue) = 134+159+220=513 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.12% from 513); Green value is 159 (62.5% from 255 or 30.99% from 513); Blue value is 220 (86.33% from 255 or 42.88% from 513); Max value from RGB is 220 - color contains mainly: blue. Hex color #869FDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #869FDC is #796023. Grayscale: #9E9E9E. Windows color (decimal): -7954468 or 14458758. OLE color: 14458758.

HSL color Cylindrical-coordinate representation of color #869FDC: hue angle of 222.56º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #869FDC is Cyan = 0.39, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB134159220-
CMYK0.390.2800.14
HSL222.56º55.13%69.41%-
HSV(B)222.56º39.09%86.27%-
XYZ35.1535.0372.62-
YUV158.48162.72110.54-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 26.12%
GREEN value IS 159 (62.5% from 255) = 30.99%
BLUE value IS 220 (86.33% from 255) = 42.88%
R=26.12%
G=30.99%
B=42.88%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1341592200.390.2800.14222.5655.1369.41
Hex869FDC271C0Edf3745
Octal206237334473401633767105
Binary1000011010011111110111001001111110001110110111111101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869FDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,159,220); }

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

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

 a { background-color: rgb(134,159,220); }

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

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

 span { border-color: rgb(134,159,220); }

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